Skip to content

Commit

Permalink
fixxxxxxx
Browse files Browse the repository at this point in the history
  • Loading branch information
kubukoz committed Feb 1, 2024
1 parent 6c2d07e commit 2847085
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,13 @@ lazy val example = crossProject(JVMPlatform, JSPlatform, NativePlatform)
"org.http4s" %%% "http4s-ember-server" % "0.23.25",
"io.chrisdavenport" %%% "crossplatformioapp" % "0.1.0",
),
Compile / fork := true,
)
.jsSettings(
scalaJSUseMainModuleInitializer := true,
scalaJSLinkerConfig ~= (_.withModuleKind(ModuleKind.CommonJSModule)),
Test / fork := false,
)
.jvmSettings(
Compile / fork := true
)
.nativeSettings(
libraryDependencies ++= Seq(
Expand Down

0 comments on commit 2847085

Please sign in to comment.