It should be possible to load the dev server process alone so I can use nodemon
nodemon ./node_modules/gulp-workspace/server
And so giving one single param to define wether to load dev or prod configuration:
# normal it starts in development mode
nodemon ./node_modules/gulp-workspace/server
# but should be possible to start it in production mode
nodemon ./node_modules/gulp-workspace/server -p
It should be possible to load the dev server process alone so I can use
nodemonAnd so giving one single param to define wether to load dev or prod configuration: