SillyTavern/Start.bat

6 lines
69 B
Batchfile
Raw Normal View History

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