diff --git a/scripts/pm2-worker.sh b/scripts/pm2-worker.sh index df8f846..8847728 100755 --- a/scripts/pm2-worker.sh +++ b/scripts/pm2-worker.sh @@ -3,4 +3,4 @@ set -euo pipefail # shellcheck disable=SC1091 source "$(dirname "$0")/pm2-common.sh" -exec npx tsx worker/scheduler.ts \ No newline at end of file +exec npx tsx --conditions react-server worker/scheduler.ts \ No newline at end of file