first commit
This commit is contained in:
12
web/build.gradle.kts
Normal file
12
web/build.gradle.kts
Normal file
@@ -0,0 +1,12 @@
|
||||
description = "Umbrella : Web"
|
||||
|
||||
dependencies{
|
||||
implementation("de.srsoftware:tools.http:6.0.0")
|
||||
}
|
||||
|
||||
tasks.processResources {
|
||||
System.out.println("Copying from dist…")
|
||||
from("../frontend/dist") {
|
||||
into("web")
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user