mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-03-04 03:47:40 +01:00
Merge branch 'staging' into group-chat-tweaks
This commit is contained in:
commit
04c580afb5
@ -1,5 +1,5 @@
|
||||
pushd %~dp0
|
||||
call npm install --no-audit
|
||||
node server.js
|
||||
node server.js %*
|
||||
pause
|
||||
popd
|
||||
|
@ -12,6 +12,6 @@ if %errorlevel% neq 0 (
|
||||
)
|
||||
)
|
||||
call npm install
|
||||
node server.js
|
||||
node server.js %*
|
||||
pause
|
||||
popd
|
||||
|
Loading…
x
Reference in New Issue
Block a user