From b47da400401a39576f86298d3484350a7a55f4be Mon Sep 17 00:00:00 2001 From: Kamenitxan Date: Tue, 26 Dec 2023 22:49:21 +0100 Subject: [PATCH] fix main class in build.sbt --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9c24ea3..08e887f 100644 --- a/build.sbt +++ b/build.sbt @@ -62,7 +62,7 @@ lazy val backend = (project in file("modules/backend")) .enablePlugins(DockerPlugin) .settings( name := projectName, - Compile / mainClass := Some("cz.kamenitxan.elcegoo.Main"), + Compile / mainClass := Some("example.Main"), Test / fork := true, Universal / mappings += { val appJs = (frontend / Compile / fullOptJS).value.data