scalafmt all
This commit is contained in:
@@ -55,7 +55,7 @@ lazy val backend = project
|
||||
libraryDependencies += "co.fs2" %% "fs2-core" % "3.6.1",
|
||||
libraryDependencies += "org.typelevel" %% "cats-core" % "2.9.0",
|
||||
libraryDependencies += "org.typelevel" %% "cats-effect" % "3.4.9",
|
||||
assembly / mainClass := Some("industries.sunshine.planningpoker.BackendApp"),
|
||||
assembly / mainClass := Some("industries.sunshine.planningpoker.BackendApp")
|
||||
)
|
||||
.dependsOn(common.jvm)
|
||||
|
||||
@@ -76,6 +76,8 @@ lazy val commonJS = common.js.settings(
|
||||
// scalaJS specific settings
|
||||
scalaJSLinkerConfig ~= {
|
||||
_.withModuleKind(ModuleKind.ESModule)
|
||||
.withModuleSplitStyle(ModuleSplitStyle.SmallModulesFor(List("industries.sunshine.planningpoker")))
|
||||
.withModuleSplitStyle(
|
||||
ModuleSplitStyle.SmallModulesFor(List("industries.sunshine.planningpoker"))
|
||||
)
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user