更新vite配置文件

This commit is contained in:
jingrow 2025-11-03 22:43:51 +08:00
parent ad5aeb4f98
commit 3a5e8340ce

View File

@ -60,7 +60,6 @@ export default defineConfig({
// 放行 monorepo apps 目录,便于 import.meta.glob 跨应用扫描
allow: [appsDir]
},
allowedHosts: ['code.jingrow.com'],
proxy: {
'/api/action': {
target: process.env.VITE_JINGROW_SERVER_URL || 'http://192.168.2.58',