mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-05-02 15:39:53 -05:00
3743746657
* feat: github app integration * chore: proto * fix: migrate instead of push * fix: db migrate -> migrate * fix: migrate again * remove skip-generate * add back generate * setup pnpm
17 lines
229 B
Caddyfile
17 lines
229 B
Caddyfile
app.dev.hatchet-tools.com {
|
|
tls internal
|
|
|
|
handle /api/* {
|
|
reverse_proxy localhost:8080
|
|
}
|
|
|
|
handle /* {
|
|
reverse_proxy localhost:5173
|
|
}
|
|
}
|
|
|
|
grpc.dev.hatchet-tools.com {
|
|
tls internal
|
|
|
|
reverse_proxy h2c://127.0.0.1:7070
|
|
} |