Skip to content

Commit 17d67b5

Browse files
committed
Fix build config for new directory structure
1 parent cb69130 commit 17d67b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

@webwriter/core/vite.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export default defineConfig({
1111
sourcemap: true,
1212
rollupOptions: {
1313
input: {
14-
app: fileURLToPath(new URL("./view/app/index.html", import.meta.url)),
14+
app: fileURLToPath(new URL("./index.html", import.meta.url)),
1515
settings: fileURLToPath(new URL("./settings.html", import.meta.url)),
1616
worker: fileURLToPath(new URL("./viewmodel/apicontroller/index.service.ts", import.meta.url))
1717
},

0 commit comments

Comments
 (0)