chore: fixed fastRun.sh script (#7063)

This commit is contained in:
SamTV12345 2025-08-05 18:24:19 +02:00 committed by GitHub
parent 84160a7143
commit aa766825cb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,4 +19,4 @@ cd "${MY_DIR}/.." || exit 1
echo "Running directly, without checking/installing dependencies"
# run Etherpad main class
exec node --import tsx src/node/server.ts "$@"
exec pnpm run prod "$@"