Merge branch 'release' into staging

This commit is contained in:
Cohee
2025-12-02 10:45:59 +00:00
8 changed files with 114 additions and 103 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ fi
echo "Installing Node Modules..."
export NODE_ENV=production
npm i --no-audit --no-fund --loglevel=error --no-progress --omit=dev
npm i --no-save --no-audit --no-fund --loglevel=error --no-progress --omit=dev
echo "Entering SillyTavern..."
node "server.js" "$@"