Skip to content

Commit

Permalink
fix main class in build.sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
kamenitxan committed Dec 26, 2023
1 parent 195246f commit b47da40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b47da40

Please sign in to comment.