fix(projects): fix resolve alias
This commit is contained in:
parent
9772aec2bd
commit
3bdcbc71eb
@ -33,7 +33,10 @@ export default defineConfig(configEnv => {
|
|||||||
host: '0.0.0.0',
|
host: '0.0.0.0',
|
||||||
port: 9527,
|
port: 9527,
|
||||||
open: true,
|
open: true,
|
||||||
proxy: createViteProxy(viteEnv)
|
proxy: createViteProxy(viteEnv),
|
||||||
|
fs: {
|
||||||
|
cachedChecks: false
|
||||||
|
}
|
||||||
},
|
},
|
||||||
preview: {
|
preview: {
|
||||||
port: 9725
|
port: 9725
|
||||||
|
Loading…
Reference in New Issue
Block a user