You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
digitransit-ui/win-launch-scripts/hsl-win-launch-script.bat

4 lines
279 B
Batchfile

@ECHO OFF
START "Start node server" CMD /K "CD..&& set NODE_ENV=development&& set CONFIG=hsl&& nodemon -e js,css,scss,html --watch ./app/ server/server.js"
START "Start node hot load server" CMD /K "CD..&& set NODE_ENV=development&& set CONFIG=hsl&& yarn run webpack-dev-server"