mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
5 lines
54 B
Batchfile
5 lines
54 B
Batchfile
pushd %~dp0
|
|
call npm install
|
|
node server.js
|
|
pause
|
|
popd |