feat: pnpm web 启动开启代理

This commit is contained in:
2025-11-10 13:42:08 +07:00
parent 230191f181
commit d5ffb9506c

View File

@@ -6,7 +6,7 @@
"start": "expo start", "start": "expo start",
"android": "concurrently \"npm run proxy\" \"expo start --ios\"", "android": "concurrently \"npm run proxy\" \"expo start --ios\"",
"ios": "concurrently \"npm run proxy\" \"expo start --ios\"", "ios": "concurrently \"npm run proxy\" \"expo start --ios\"",
"web": "expo start --web", "web": "concurrently \"npm run proxy\" \"npm run start\"",
"proxy": "node scripts/proxy-server.js", "proxy": "node scripts/proxy-server.js",
"dev": "concurrently \"npm run proxy\" \"npm run start\"", "dev": "concurrently \"npm run proxy\" \"npm run start\"",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,css,scss,md}\"", "format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,css,scss,md}\"",