Fix web imports

This commit is contained in:
nicwands
2026-02-27 17:38:37 -05:00
parent d7d4ba1a57
commit ed89178ad6

View File

@@ -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: {