1
0
mirror of https://github.com/SillyTavern/SillyTavern.git synced 2025-03-01 02:17:48 +01:00

6 lines
66 B
Batchfile
Raw Normal View History

2023-07-20 20:32:15 +03:00
pushd %~dp0
call npm install --no-audit
node server.js
pause
popd