Skip to content

Commit

Permalink
feat(package): reload server on changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Awk34 committed Jul 11, 2018
1 parent 34c9647 commit 6166123
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/app/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
"grunt": "^1.0.1",
"grunt-build-control": "^0.7.0",
"isparta": "^4.0.0",
"nodemon": "^1.3.7",
"nodemon": "^1.18.1",
"run-sequence": "^2.1.0",
"lazypipe": "^1.0.1",
<%# WEBPACK %>
Expand Down Expand Up @@ -239,7 +239,7 @@
"start:mongo": "docker run --rm -d -p 27017:27017 --name mongo mongo",<% } %>
"start": "node server",
"start:client": "webpack-dev-server --config webpack.dev.js",
"start:server": "node server"
"start:server": "nodemon --watch server server"
},
"sideEffects": [
"*.css",
Expand Down

0 comments on commit 6166123

Please sign in to comment.