mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2025-12-20 08:10:26 -06:00
- shell scripts logging and fail on error - use npx --yes instead of manual global install - run go libs directly instead of installing and running binaries - add missing brew dependencies
10 lines
74 B
Bash
10 lines
74 B
Bash
#!/bin/bash
|
|
|
|
set -eux
|
|
|
|
set -a
|
|
. .env
|
|
set +a
|
|
|
|
go run ./cmd/temporal-server
|