We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb08ab3 commit 76b83ceCopy full SHA for 76b83ce
package.json
@@ -3,7 +3,7 @@
3
"version": "0.0.1",
4
"keywords": ["react", "node", "express", "redux", "isomorphic", "服务端渲染", "server side render"],
5
"scripts": {
6
- "start": "nodemon ./bin/www",
+ "start": "nodemon --inspect ./bin/www",
7
"prebuild": "rimraf ./dist && babel bin --out-dir dist/bin --copy-files && cross-env BABEL_ENV=node babel client --out-dir dist/client --copy-files && babel server --out-dir dist/server --copy-files",
8
"build": "cross-env NODE_ENV=production webpack --config webpack/webpack.config.babel.js",
9
"postbuild": "babel public --out-dir dist/public --copy-files && babel test --out-dir dist/test --copy-files"
0 commit comments