napperley
09/13/2022, 1:50 AM// ...
static("/") {
staticRootFolder = File("files")
file("index.html")
default("index.html")
static("assets") {
files("css")
files("js")
}
}
For some reason all the missing imports cannot be completed. The main exception to this is File
.napperley
09/13/2022, 2:05 AMnapperley
09/13/2022, 2:09 AMnapperley
09/13/2022, 2:12 AMAleksei Tirman [JB]
09/13/2022, 11:35 AMnapperley
09/15/2022, 1:13 AMnapperley
09/18/2022, 2:57 AMnapperley
09/18/2022, 3:02 AMLuca
09/09/2023, 6:35 AMnapperley
09/13/2023, 11:07 PM