2
0

perf: 合并用户平台框架修改

This commit is contained in:
TsMask
2024-12-03 16:46:39 +08:00
parent 13ee5a3849
commit c6b0c60392
30 changed files with 631 additions and 874 deletions

View File

@@ -25,7 +25,7 @@ export default defineConfig(configEnv => {
plugins: setupVitePlugins(viteEnv),
server: {
host: '0.0.0.0',
port: 8085,
port: 8086,
open: false,
proxy: createViteProxy(viteEnv, configEnv.command === 'serve'),
fs: {