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

View File

@@ -12,7 +12,7 @@ if %errorlevel% neq 0 (
)
)
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 %*
pause
popd