We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb69130 commit 17d67b5Copy full SHA for 17d67b5
@webwriter/core/vite.config.js
@@ -11,7 +11,7 @@ export default defineConfig({
11
sourcemap: true,
12
rollupOptions: {
13
input: {
14
- app: fileURLToPath(new URL("./view/app/index.html", import.meta.url)),
+ app: fileURLToPath(new URL("./index.html", import.meta.url)),
15
settings: fileURLToPath(new URL("./settings.html", import.meta.url)),
16
worker: fileURLToPath(new URL("./viewmodel/apicontroller/index.service.ts", import.meta.url))
17
},
0 commit comments