Avoid Workers billing for /version.json by removing worker-first routing and generating static _headers rules during manifest build.
15 lines
337 B
TOML
15 lines
337 B
TOML
name = "codenomad-ui-host"
|
|
main = "src/index.ts"
|
|
compatibility_date = "2026-01-22"
|
|
|
|
# Custom domain for the manifest host.
|
|
# Note: Custom domains apply to all paths on the hostname.
|
|
[[routes]]
|
|
pattern = "ui.codenomad.neuralnomads.ai"
|
|
custom_domain = true
|
|
|
|
[assets]
|
|
directory = "./dist"
|
|
binding = "ASSETS"
|
|
not_found_handling = "404-page"
|