feat(server): Http4s server
Build & Test (NowChessSystems) TeamCity build failed

Changed at how the run command starts TUI GUI and the server. This is neccessary so that TUI GUI and server start and the game from the TUI/GUI is registered in the server.
This commit is contained in:
LQ63
2026-04-12 18:50:47 +02:00
parent 25c113e4d5
commit df675a5f08
4 changed files with 34 additions and 3 deletions
+1
View File
@@ -64,6 +64,7 @@ dependencies {
implementation(project(":modules:rule"))
implementation(project(":modules:api"))
implementation(project(":modules:io"))
implementation(project(":modules:server"))
// ScalaFX dependencies
implementation("org.scalafx:scalafx_3:${versions["SCALAFX"]!!}")