Skip to content

Instantly share code, notes, and snippets.

@coreyoconnor
Created July 17, 2019 20:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save coreyoconnor/504aa906d85d5a599b3fbe56ecdb5dba to your computer and use it in GitHub Desktop.
Save coreyoconnor/504aa906d85d5a599b3fbe56ecdb5dba to your computer and use it in GitHub Desktop.
lazy val client = glngn.sbt.InternalClient("glngn-client", file("client"))
.dependsOn(shared)
.settings(
commonSettings
)
.jsSettings(
Compile/mainClass := Some("glngn.client.Main"),
coverageEnabled := false
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment