We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55fce4e commit 3a89d73Copy full SHA for 3a89d73
hivemq-edge/src/frontend/build.gradle.kts
@@ -13,7 +13,7 @@ val buildFrontend by tasks.registering(PnpmTask::class) {
13
inputs.dir(project.fileTree("src"))
14
inputs.dir(project.fileTree("public"))
15
inputs.dir("node_modules")
16
- inputs.files("index.html", ".env", "vite.config.ts", ".browserslistrc", "tsconfig.json", "tsconfig.node.json")
+ inputs.files("index.html", ".env", "vite.config.ts", "tsconfig.json", "tsconfig.node.json")
17
outputs.dir("${project.projectDir}/dist")
18
}
19
0 commit comments