Skip to content

Commit

Permalink
Add noexit-on-error flag for sbt run by default
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinborner committed Dec 23, 2023
1 parent bdb594d commit 0273311
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ lazy val effekt: CrossProject = crossProject(JSPlatform, JVMPlatform).in(file("e

Compile / unmanagedResourceDirectories += (ThisBuild / baseDirectory).value / "licenses",

// cli flag so sbt doesn't crash when effekt does
addCommandAlias("run", "runMain effekt.Server --noexit-on-error"),

assembleBinary := {
val jarfile = assembly.value
Expand Down

0 comments on commit 0273311

Please sign in to comment.