Files
SillyTavern/Start.bat
2023-04-29 00:30:03 +03:00

5 lines
54 B
Batchfile

pushd %~dp0
call npm install
node server.js
pause
popd