命令调整
正在显示
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
| ... | ... | @@ -68,7 +68,9 @@ |
| "yarn": "^1.22.17" | ||
| }, | ||
| "scripts": { | ||
| "start": "HTTPS=true PORT=5005 react-app-rewired start", | ||
| "start": "PORT=5005 react-app-rewired start", | ||
| "server_install": "npm i --registry=https://registry.npmjs.org/", | ||
| "server_build": "./node_modules/react-scripts/bin/react-scripts.js build", | ||
| "build": "react-scripts build", | ||
| "test": "react-scripts test", | ||
| "eject": "react-scripts eject" | ||
| ... | ... |
请
注册
或者
登录
后发表评论