SillyTavern/Start.bat

6 lines
69 B
Batchfile
Raw Normal View History

2023-07-20 20:32:15 +03:00
pushd %~dp0
call npm install --no-audit
2024-01-13 06:05:12 -08:00
node server.js %*
2023-07-20 20:32:15 +03:00
pause
popd