dev阿波罗实例对接
Showing
config/dev.json
0 → 100644
... | ... | @@ -21,6 +21,7 @@ |
"web-vitals": "^1.0.1" | ||
}, | ||
"scripts": { | ||
"dev": "react-scripts start", | ||
"start": "node server/bin/www", | ||
"build": "sh build.sh", | ||
"buildWeb": "react-scripts build", | ||
... | ... |
Please register or sign in to comment