Skip to content

Commit 76b83ce

Browse files
author
yunkui.zhou
committed
node集成到webstorm进行调试
1 parent cb08ab3 commit 76b83ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.1",
44
"keywords": ["react", "node", "express", "redux", "isomorphic", "服务端渲染", "server side render"],
55
"scripts": {
6-
"start": "nodemon ./bin/www",
6+
"start": "nodemon --inspect ./bin/www",
77
"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",
88
"build": "cross-env NODE_ENV=production webpack --config webpack/webpack.config.babel.js",
99
"postbuild": "babel public --out-dir dist/public --copy-files && babel test --out-dir dist/test --copy-files"

0 commit comments

Comments
 (0)