SillyTavern/Start.bat
2024-01-13 06:05:12 -08:00

6 lines
69 B
Batchfile

pushd %~dp0
call npm install --no-audit
node server.js %*
pause
popd