Fix vite.config.ts
This commit is contained in:
parent
f3ccfcbe48
commit
0e758d0624
|
@ -58,8 +58,8 @@ export default defineConfig(() => ({
|
||||||
build: {
|
build: {
|
||||||
rollupOptions: {
|
rollupOptions: {
|
||||||
input: {
|
input: {
|
||||||
main: path.resolve(__dirname, './index.html'),
|
main: resolve(__dirname, './index.html'),
|
||||||
embed: path.resolve(__dirname, './embed.html')
|
embed: resolve(__dirname, './embed.html')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue