File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 3232 },
3333
3434 // Try do do as much as possible in the image, so that the container starts up quickly
35- "onCreateCommand" : " mill -j 0 __.prepareOffline && mill -j 0 __.compile "
35+ "onCreateCommand" : " mill ` __.prepareOffline && mill __.compiledClassesAndSemanticDbFiles "
3636
3737 // // Use 'forwardPorts' to make a list of ports inside the container available locally.
3838 // "forwardPorts": [],
Original file line number Diff line number Diff line change 11//| mill-jvm-version: 21
22//| mill-version: 1.0.3
33//| mvnDeps:
4- //| - com.lihaoyi::mill-contrib-buildinfo:: $MILL_VERSION
5- // //| - com.goyeau::mill-scalafix:0.6.0
4+ //| - com.lihaoyi::mill-contrib-buildinfo:$MILL_VERSION
5+ //| - com.goyeau::mill-scalafix: :0.6.0
66
77
88package build
@@ -15,7 +15,7 @@ import mill.util.*
1515
1616import com.goyeau.mill.scalafix.ScalafixModule
1717import java.text.Format
18- import io.github.quafadas.millSite.SiteModule
18+ // import io.github.quafadas.millSite.SiteModule
1919
2020
2121object V{
@@ -67,18 +67,18 @@ trait Testy extends TestModule.Munit with FormatFix {
6767}
6868
6969
70- object site extends SiteModule {
70+ // object site extends SiteModule {
7171
72- def scalaVersion = V.scalaVersion
73- def unidocDeps = Seq(build.sjsls, build.routes)
74- override def unidocTitle = "Scala JS Live Server API"
72+ // def scalaVersion = V.scalaVersion
73+ // def unidocDeps = Seq(build.sjsls, build.routes)
74+ // override def unidocTitle = "Scala JS Live Server API"
7575
76- override def repoLink = "https://github.com/Quafadas/live-server-scala-cli-js"
76+ // override def repoLink = "https://github.com/Quafadas/live-server-scala-cli-js"
7777
78- override def latestVersion = "0.2.11"
78+ // override def latestVersion = "0.2.11"
7979
8080
81- }
81+ // }
8282
8383// SN deps which aren't yet there.
8484/**
You can’t perform that action at this time.
0 commit comments