项目初始化05
Showing
| ... | @@ -2,6 +2,7 @@ | ... | @@ -2,6 +2,7 @@ |
| "name": "bkunyun-demo", | "name": "bkunyun-demo", | ||
| "version": "0.1.0", | "version": "0.1.0", | ||
| "private": true, | "private": true, | ||
| "proxy": "", | |||
| "dependencies": { | "dependencies": { | ||
| "@babel/core": "^7.16.0", | "@babel/core": "^7.16.0", | ||
| "@emotion/react": "^11.9.0", | "@emotion/react": "^11.9.0", | ||
| ... | @@ -77,6 +78,9 @@ | ... | @@ -77,6 +78,9 @@ |
| "workbox-webpack-plugin": "^6.4.1" | "workbox-webpack-plugin": "^6.4.1" | ||
| }, | }, | ||
| "scripts": { | "scripts": { | ||
| "dev": "set \"REACT_APP_PROXY=http://47.57.4.97\" && npm start", | |||
| "relrese-cn": "set \"REACT_APP_PROXY=http://47.75.104.171\" && npm start", | |||
| "relrese-en": "set \"REACT_APP_PROXY=http://47.57.235.86\" && npm start", | |||
| "start": "node scripts/start.js", | "start": "node scripts/start.js", | ||
| "build": "node scripts/build.js", | "build": "node scripts/build.js", | ||
| "test": "node scripts/test.js" | "test": "node scripts/test.js" | ||
| ... | ... |
Please
register
or
sign in
to comment