mirror of
https://gitee.com/wanwujie/sub2api-mobile
synced 2026-04-21 07:14:46 +08:00
chore: add dev client build profile
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
"web": "expo start --web",
|
||||
"proxy": "node server/index.js",
|
||||
"dev:web-proxy": "concurrently -n proxy,web -c green,blue \"npm run proxy\" \"npm run web\"",
|
||||
"eas:build:development": "eas build --profile development",
|
||||
"eas:build:preview": "eas build --profile preview",
|
||||
"eas:build:production": "eas build --profile production",
|
||||
"eas:update:preview": "eas update --branch preview --message",
|
||||
@@ -21,6 +22,7 @@
|
||||
"expo": "~55.0.5",
|
||||
"expo-clipboard": "~55.0.8",
|
||||
"expo-constants": "~55.0.7",
|
||||
"expo-dev-client": "~6.0.16",
|
||||
"expo-linking": "~55.0.7",
|
||||
"expo-router": "~55.0.4",
|
||||
"expo-secure-store": "~55.0.8",
|
||||
|
||||
Reference in New Issue
Block a user