-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate config and backend #1
Conversation
@@ -0,0 +1,29 @@ | |||
name: Build the server app |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
adminDataExplorerPlayServer | ||
) | ||
.settings( | ||
name := "wiringbits-webapp-utils", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
scala-postgres-react-admin
.settings( | ||
scalaVersion := "2.13.8", | ||
crossScalaVersions := Seq("2.13.8"), | ||
name := "admin-data-explorer-play-server", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
spra-play-server
|
||
/** Includes the specific stuff to run the data explorer server side (play-specific) | ||
*/ | ||
lazy val adminDataExplorerPlayServer = (project in file("admin-data-explorer-play-server")) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
spraPlayServer
) | ||
|
||
// Just the API side for the admin-data-explorer modules | ||
lazy val adminDataExplorerApi = (crossProject(JSPlatform, JVMPlatform) in file("admin-data-explorer-api")) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
spraApi
) | ||
|
||
// The common stuff for the server/client modules | ||
lazy val webappCommon = (crossProject(JSPlatform, JVMPlatform) in file("webapp-common")) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
spraCommon
Migrate config and backend from wiringbits-webapp-utils