chore(projects): update deps & fix vite config

This commit is contained in:
Soybean
2024-12-16 16:16:08 +08:00
parent 9f4fb8c3fb
commit 3e0eb72025
8 changed files with 1477 additions and 1384 deletions

View File

@ -35,10 +35,7 @@ export default defineConfig(configEnv => {
host: '0.0.0.0',
port: 9527,
open: true,
proxy: createViteProxy(viteEnv, enableProxy),
fs: {
cachedChecks: false
}
proxy: createViteProxy(viteEnv, enableProxy)
},
preview: {
port: 9725