X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=server%2Fgulpfile.js;h=9b24ae8b228e96ff0cc2dafdb8beeff83b960b10;hb=a0224b03c91dd83a6e133378b85591a1a64e427b;hp=99c58ab39a5dd0af95181c74df919470945c474c;hpb=dac395887d96e2d642b209c6db6aaacc3ffacb34;p=vchess.git 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' },