Fix node serve startup

This commit is contained in:
Cohee 2024-04-26 22:02:46 +03:00
parent 1acbef1890
commit 63b597beb8
1 changed files with 1 additions and 1 deletions

View File

@ -29,4 +29,4 @@ export NODE_ENV=production
npm i --no-audit --no-fund --quiet --omit=dev
echo "Entering SillyTavern..."
node "$(dirname "$0")/server.js" "$@"
node "server.js" "$@"