Browse Source

fix: web build failure

imwald
codytseng 1 year ago
parent
commit
4f401cbef0
  1. 3
      web.vite.config.ts

3
web.vite.config.ts

@ -10,7 +10,8 @@ export default defineConfig({
}, },
resolve: { resolve: {
alias: { alias: {
'@renderer': path.resolve('src/renderer/src') '@renderer': path.resolve('src/renderer/src'),
'@common': path.resolve('src/common')
} }
}, },
plugins: [react()] plugins: [react()]

Loading…
Cancel
Save