This commit is contained in:
guqing
2022-10-09 17:24:35 +08:00
23 changed files with 148 additions and 55 deletions

View File

@@ -51,7 +51,7 @@ test {
}
node {
nodeProjectDir = file("${project.projectDir}/admin-frontend")
nodeProjectDir = file("${project.projectDir}/console")
}
task buildFrontend(type: NpxTask) {