mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-01-05 16:19:43 -06:00
10 lines
130 B
Bash
10 lines
130 B
Bash
#!/bin/bash
|
|
|
|
caddy start
|
|
|
|
set -a
|
|
. .env
|
|
set +a
|
|
|
|
nodemon --signal SIGINT --config nodemon.api.json --exec go run ./cmd/hatchet-api
|