mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-12-04 23:36:04 +08:00
fix(projects): 去除从环境文件引入端口号导致的错误
This commit is contained in:
@@ -24,7 +24,7 @@ export default defineConfig(configEnv => {
|
||||
},
|
||||
server: {
|
||||
host: '0.0.0.0',
|
||||
port: Number(viteEnv.VITE_SERVER_PORT),
|
||||
port: 3200,
|
||||
open: true,
|
||||
proxy: createViteProxy(viteEnv)
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user