fix worker pm2
This commit is contained in:
parent
813276d78a
commit
81bf2a2618
|
|
@ -3,4 +3,4 @@ set -euo pipefail
|
||||||
# shellcheck disable=SC1091
|
# shellcheck disable=SC1091
|
||||||
source "$(dirname "$0")/pm2-common.sh"
|
source "$(dirname "$0")/pm2-common.sh"
|
||||||
|
|
||||||
exec npx tsx worker/scheduler.ts
|
exec npx tsx --conditions react-server worker/scheduler.ts
|
||||||
Loading…
Reference in New Issue