diff --git a/gulpfile.js b/gulpfile.js index 2e38190..4e3c7f1 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -313,6 +313,6 @@ exports.default = series( // gulp watch exports.watch = series( exports.default, - //startServer, + startServer, watchSource );