mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2025-12-31 05:39:41 -06:00
10 lines
166 B
Bash
10 lines
166 B
Bash
#!/bin/bash
|
|
|
|
set -eux
|
|
|
|
set -a
|
|
. .env
|
|
set +a
|
|
|
|
npx --yes nodemon --signal SIGINT --config nodemon.engine.json --exec go run ./cmd/hatchet-engine --no-graceful-shutdown
|