liucy98's picture
Upload 910 files
d44b3c1 verified
raw
history blame contribute delete
155 Bytes
@echo off
pushd %~dp0
set NODE_ENV=production
call npm install --no-audit --no-fund --loglevel=error --no-progress --omit=dev
node server.js %*
pause
popd