mirror of
https://github.com/Threnklyn/MinecraftChat.git
synced 2026-05-18 20:33:28 +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: {
|
nodemon: {
|
||||||
dev: {
|
dev: {
|
||||||
script: ['app/server'],
|
script: ['bin/start'],
|
||||||
options: {
|
options: {
|
||||||
watch: ['app/server']
|
watch: ['app/server']
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user