feat: app启动调整

This commit is contained in:
2025-11-07 13:50:18 +07:00
parent 3d1c4853ce
commit 10a3408ff6
3 changed files with 5 additions and 4 deletions

View File

@@ -4,8 +4,8 @@
"version": "1.0.0",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"android": "concurrently \"npm run proxy\" \"expo start --ios\"",
"ios": "concurrently \"npm run proxy\" \"expo start --ios\"",
"web": "expo start --web",
"proxy": "node scripts/proxy-server.js",
"dev": "concurrently \"npm run proxy\" \"npm run start\"",