name = "parley-docs"
main = "src/worker.js"
compatibility_date = "2026-03-17"
upload_source_maps = true
[[routes]]
pattern = "parley.cloudflavor.io"
custom_domain = true
[assets]
binding = "ASSETS"
directory = "static"
run_worker_first = ["/", "/index.html", "/docs", "/docs/*"]
[build]
command = "node scripts-build-docs.mjs"
watch_dir = [
"../docs",
"templates/index.html",
"templates/docs-index.html",
"scripts-build-docs.mjs",
"static/app.css",
"static/site.js",
"static/home.js",
"static/docs-app.js",
]
[observability]
enabled = true