stackql-deploy 2.1.1

Infrastructure-as-code framework for declarative cloud resource management using StackQL
1
2
3
4
5
6
7
8
9
10
11
name = "get-stackql-deploy"
main = "src/index.ts"
compatibility_date = "2025-06-01"
workers_dev = false

# Serve the worker on the zone apex. `custom_domain = true` makes Wrangler create
# and manage the proxied DNS record for get-stackql-deploy.io automatically, so no
# manual DNS entry is needed. The zone must already exist in the Cloudflare account.
routes = [
  { pattern = "get-stackql-deploy.io", custom_domain = true }
]