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