SillyTavern/Start.bat
deffcolony 71168f161c @echo off
Its cleaner like UpdateAndStart.bat already has
2024-03-27 13:46:23 +01:00

8 lines
132 B
Batchfile

@echo off
pushd %~dp0
set NODE_ENV=production
call npm install --no-audit --no-fund --quiet --omit=dev
node server.js %*
pause
popd