Created
July 17, 2019 20:17
-
-
Save coreyoconnor/504aa906d85d5a599b3fbe56ecdb5dba to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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