Silence deprecation warnings in default startup scripts

Closes #2876
This commit is contained in:
Cohee
2024-09-19 15:42:07 +00:00
parent 64e38eb8d1
commit 15363a8d69
5 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -42,7 +42,7 @@ if NOT "!AUTO_SWITCH!"=="" (
SET TARGET_BRANCH=release
goto update
)
echo Auto-switching defined to stay on current branch
goto update
)
@@ -95,7 +95,7 @@ if %errorlevel% neq 0 (
echo Installing npm packages and starting server
set NODE_ENV=production
call npm install --no-audit --no-fund --quiet --omit=dev
call npm install --no-audit --no-fund --loglevel=error --no-progress --omit=dev
node server.js %*
:end