Files
hatchet/hack/dev/start-engine.sh

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