Merge branch 'staging' into group-chat-tweaks

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

View File

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

View File

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

View File

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