feat(cloudflare): worker-hosted version.json for UI updates

This commit is contained in:
Shantur Rathore
2026-01-22 16:16:36 +00:00
parent 02f1284f7f
commit adbfab5c25
7 changed files with 205 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
name = "codenomad-ui-host"
main = "src/index.ts"
compatibility_date = "2026-01-22"
[assets]
directory = "./dist"
binding = "ASSETS"
not_found_handling = "404-page"
run_worker_first = ["/version.json"]