test / Start.bat
Anzi09's picture
Upload folder using huggingface_hub
7f20eb7 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