You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1.4 KiB
1.4 KiB
| title | status | type | priority | created_at | updated_at | blocked_by | |
|---|---|---|---|---|---|---|---|
| Define Cloudflare Worker route/domain — worker.dev subdomain or custom route for API | completed | task | normal | 2026-03-10T23:32:09Z | 2026-03-10T23:32:17Z |
|
The API Worker needs a publicly accessible route. This can be the default *.workers.dev subdomain or a custom route under elijah.run.
Choose the simpler option first. Document the final API base URL in the project README.
- The UI API client must know the API base URL — if a custom route is used, update the UI to point to it. - If using a custom route, a `cloudflare_record` DNS entry may be needed. - Every block must have a comment. Run from the `infra/` directory:tofu validate
tofu plan
`feat(quotesdb): define Cloudflare Worker route/domain for API`