Skip to content

Commit

Permalink
fix(projects): fix resolve alias
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuangdc committed Feb 20, 2024
1 parent 9772aec commit 3bdcbc7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion vite.config.ts
Expand Up @@ -33,7 +33,10 @@ export default defineConfig(configEnv => {
host: '0.0.0.0',
port: 9527,
open: true,
proxy: createViteProxy(viteEnv)
proxy: createViteProxy(viteEnv),
fs: {
cachedChecks: false
}
},
preview: {
port: 9725
Expand Down

0 comments on commit 3bdcbc7

Please sign in to comment.