feat(root): attempt to create combined project

right now struggling with making page relative links,
so that images would get pulled from "subproj/public" path
This commit is contained in:
efim
2023-07-03 07:34:41 +00:00
parent f6d8a1de8d
commit 572b63c82d
9 changed files with 41 additions and 9 deletions

View File

@@ -4,7 +4,7 @@ fork := true
ThisBuild / version := "0.0.1"
ThisBuild / organization := "industries.sunshine"
lazy val root = (project in file("."))
lazy val rockPaperScissors = (project in file("."))
.settings(
name := "rock-paper-scissors",
libraryDependencies ++= Seq(