fix build path
This commit is contained in:
parent
793ff9fc96
commit
d93d3df0b5
1 changed files with 7 additions and 0 deletions
|
|
@ -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',
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue