mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2025-12-21 08:40:10 -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
12 lines
144 B
Caddyfile
12 lines
144 B
Caddyfile
app.dev.hatchet-tools.com {
|
|
tls internal
|
|
|
|
handle /api/* {
|
|
reverse_proxy localhost:8080
|
|
}
|
|
|
|
handle /* {
|
|
reverse_proxy localhost:5173
|
|
}
|
|
}
|