Files
bknd/examples/cloudflare-worker/wrangler.toml
2024-11-16 12:01:47 +01:00

13 lines
283 B
TOML

#:schema node_modules/wrangler/config-schema.json
name = "bknd-cf-worker-example"
main = "src/index.ts"
compatibility_date = "2024-11-06"
compatibility_flags = ["nodejs_compat"]
workers_dev = true
minify = true
[observability]
enabled = true
[site]
bucket = "../../app/dist/static"