initial way to run the server:

sbt:backend> assembly
java -jar backend/target/scala-3.2.0/backend-assembly-0.1.0-SNAPSHOT.jar
This commit is contained in:
efim
2023-04-23 18:33:29 +04:00
parent 1f7fdfb387
commit 329dc6e8b2
4 changed files with 11 additions and 13 deletions

View File

@@ -13,6 +13,7 @@
pkgs.nodejs
pkgs.sbt
pkgs.scalafmt
pkgs.jdk
# pkgs.nodePackages.tailwindcss
# pkgs.nodePackages.postcss
];