mirror of
https://github.com/Threnklyn/MinecraftChat.git
synced 2026-06-07 13:43:31 +02:00
Replaced nodemon start script in grunt server
This commit is contained in:
+1
-1
@@ -45,7 +45,7 @@ module.exports = function(grunt) {
|
||||
|
||||
nodemon: {
|
||||
dev: {
|
||||
script: ['app/server'],
|
||||
script: ['bin/start'],
|
||||
options: {
|
||||
watch: ['app/server']
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user