mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Merge branch 'staging' into group-chat-tweaks
This commit is contained in:
@@ -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
|
||||||
|
@@ -12,6 +12,6 @@ if %errorlevel% neq 0 (
|
|||||||
)
|
)
|
||||||
)
|
)
|
||||||
call npm install
|
call npm install
|
||||||
node server.js
|
node server.js %*
|
||||||
pause
|
pause
|
||||||
popd
|
popd
|
||||||
|
Reference in New Issue
Block a user