Fix web imports
This commit is contained in:
@@ -8,7 +8,7 @@ export default defineConfig({
|
||||
root: 'src/renderer',
|
||||
resolve: {
|
||||
alias: {
|
||||
'@': fileURLToPath(new URL('./src', import.meta.url)),
|
||||
'@': fileURLToPath(new URL('./src/renderer/src', import.meta.url)),
|
||||
},
|
||||
},
|
||||
server: {
|
||||
|
||||
Reference in New Issue
Block a user