chore(other): 🐛 sync configuration (#40)

This commit is contained in:
一寸灰
2024-12-27 14:13:09 +08:00
committed by GitHub
parent c7669d151f
commit 867196bd37
4 changed files with 18 additions and 54 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