gulp.task('serve', function(done) { nodemon({ script: 'server.js' ... env: { 'PORT': 3000 }, watch: jsFiles }; return nodemon(options) .on('restart', ...
確定! 回上一頁