Skip to content
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

Merged
merged 1 commit into from
Feb 11, 2023
Merged

Migrate config and backend #1

merged 1 commit into from
Feb 11, 2023

Conversation

KapStorm
Copy link
Contributor

Migrate config and backend from wiringbits-webapp-utils

@@ -0,0 +1,29 @@
name: Build the server app
Copy link
Contributor

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",
Copy link
Contributor

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",
Copy link
Contributor

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"))
Copy link
Contributor

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"))
Copy link
Contributor

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"))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

spraCommon

@AlexITC AlexITC merged commit b54c4fd into main Feb 11, 2023
@AlexITC AlexITC deleted the migrate-backend branch February 11, 2023 05:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants