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:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user