Spaces:
Running
Running
File size: 132 Bytes
78a92e4 |
1 2 3 4 5 6 7 8 |
@echo off
pushd %~dp0
set NODE_ENV=production
call npm install --no-audit --no-fund --quiet --omit=dev
node server.js %*
pause
popd
|