mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-10-12 12:53:42 +08:00
fix(projects): fix resolve alias
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user