Merge branch 'staging' into group-chat-tweaks

This commit is contained in:
h-a-s-k 2024-01-13 14:34:22 -03:00
commit 04c580afb5
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
pushd %~dp0
call npm install --no-audit
node server.js
node server.js %*
pause
popd

View File

@ -12,6 +12,6 @@ if %errorlevel% neq 0 (
)
)
call npm install
node server.js
node server.js %*
pause
popd

View File

@ -31,4 +31,4 @@ echo "Installing Node Modules..."
npm i --no-audit
echo "Entering SillyTavern..."
node "$(dirname "$0")/server.js"
node "$(dirname "$0")/server.js" "$@"