diff --git a/Gruntfile.js b/Gruntfile.js index b1e62b1..f4af9b3 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -45,7 +45,7 @@ module.exports = function(grunt) { nodemon: { dev: { - script: ['app/server'], + script: ['bin/start'], options: { watch: ['app/server'] }