fix index.html not being included in build

This commit is contained in:
wea_ondara
2023-09-28 19:45:47 +02:00
parent dd0962d155
commit 8f8465a79d

View File

@@ -18,7 +18,7 @@ export default defineConfig({
manifest: true,
emptyOutDir: false,
rollupOptions: {
input: './src/main.ts',
input: ['./src/main.ts', './index.html'],
},
},
clearScreen: false,