build(projects): update deps and perfect the details [升级依赖,完善细节]

This commit is contained in:
Soybean
2022-12-07 01:11:45 +08:00
parent e3a9c77fd1
commit 61a43b8efd
6 changed files with 1076 additions and 995 deletions

View File

@ -31,6 +31,7 @@ export default defineConfig(configEnv => {
},
server: {
host: '0.0.0.0',
port: 3200,
open: true,
proxy: createViteProxy(isOpenProxy, envConfig)
},