fix worker pm2

This commit is contained in:
王性驊 2026-06-21 13:08:44 +00:00
parent 813276d78a
commit 81bf2a2618
1 changed files with 1 additions and 1 deletions

View File

@ -3,4 +3,4 @@ set -euo pipefail
# shellcheck disable=SC1091
source "$(dirname "$0")/pm2-common.sh"
exec npx tsx worker/scheduler.ts
exec npx tsx --conditions react-server worker/scheduler.ts