Skip to content

Commit 1002fab

Browse files
committed
.
1 parent fc01f4a commit 1002fab

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
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": [],

build.mill

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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

88
package build
@@ -15,7 +15,7 @@ import mill.util.*
1515

1616
import com.goyeau.mill.scalafix.ScalafixModule
1717
import java.text.Format
18-
import io.github.quafadas.millSite.SiteModule
18+
// import io.github.quafadas.millSite.SiteModule
1919

2020

2121
object 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
/**

0 commit comments

Comments
 (0)