Spaces:
Running
Running
File size: 140 Bytes
519a20c |
1 2 3 4 5 6 7 |
@echo off
pushd %~dp0
call npm install --no-audit --no-fund --loglevel=error --no-progress --omit=dev
npm run start server.js %*
pause
popd
|