Files
bknd/examples/cloudflare-worker/wrangler.toml

14 lines
334 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
assets = { directory = "../../app/dist/static" }
[observability]
enabled = true
#[site]
#bucket = "../../app/dist/static"