feat: pnpm web 启动开启代理
This commit is contained in:
@@ -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}\"",
|
||||||
|
|||||||
Reference in New Issue
Block a user