fix build path

This commit is contained in:
Pablo Martin 2025-06-06 14:20:04 +02:00
parent 793ff9fc96
commit d93d3df0b5

View file

@ -9,4 +9,11 @@ export default defineConfig({
port: 3001, port: 3001,
open: "src/front/index.html", open: "src/front/index.html",
}, },
build: {
rollupOptions: {
input: {
main: 'src/front/index.html',
},
},
},
}); });