diff --git a/deploy-dev.js b/deploy-dev.js index 4fe407c..6a0110c 100644 --- a/deploy-dev.js +++ b/deploy-dev.js @@ -29,7 +29,8 @@ testConnection() .then(() => { nodemon({ script: './server/server.js', - ext: 'js json' + ext: 'js json', + ignore: ['src/'], }); nodemon.on('start', function () {