mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2024-12-12 01:17:39 +01:00
6 lines
69 B
Batchfile
6 lines
69 B
Batchfile
pushd %~dp0
|
|
call npm install --no-audit
|
|
node server.js %*
|
|
pause
|
|
popd
|