X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=server%2Fgulpfile.js;h=9b24ae8b228e96ff0cc2dafdb8beeff83b960b10;hp=99c58ab39a5dd0af95181c74df919470945c474c;hb=refs%2Fheads%2Fmaster;hpb=dac395887d96e2d642b209c6db6aaacc3ffacb34 diff --git a/server/gulpfile.js b/server/gulpfile.js index 99c58ab3..9b24ae8b 100644 --- a/server/gulpfile.js +++ b/server/gulpfile.js @@ -1,7 +1,7 @@ -var gulp = require('gulp'); -var nodemon = require('gulp-nodemon'); //reload server on changes +const gulp = require('gulp'); +const nodemon = require('gulp-nodemon'); //reload server on changes -var nodemonOptions = { +const nodemonOptions = { script: 'bin/www', ext: 'js', env: { 'NODE_ENV': 'development' },