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
+1 -1
View File
@@ -26,7 +26,7 @@ fi
echo "Installing Node Modules..."
export NODE_ENV=production
npm i --no-audit --no-fund --quiet --omit=dev
npm i --no-audit --no-fund --loglevel=error --no-progress --omit=dev
echo "Entering SillyTavern..."
node "server.js" "$@"