mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-03-06 20:21:01 +01:00
replace deprecated grunt-nodemon debug option
Since grunt-nodemon version 0.1.0 the debug option is deprecated and must be replaced by a nodeArgs option.
This commit is contained in:
@@ -46,7 +46,7 @@ module.exports = function(grunt) {
|
||||
args: [],
|
||||
ignoredFiles: ['public/**'],
|
||||
watchedExtensions: ['js'],
|
||||
debug: true,
|
||||
nodeArgs: ['--debug'],
|
||||
delayTime: 1,
|
||||
env: {
|
||||
PORT: 3000
|
||||
|
||||
Reference in New Issue
Block a user