Gulp.task('nodemon', function() { const nodeArgs = []; if (process.env.DEBUGGER) { nodeArgs.push('--debug'); } Nodemon({ script: 'server.js', ext: 'hbs js', ...
確定! 回上一頁