Add Cloudflare Workers configuration #16

Merged
Ghost merged 0 commits from refs/pull/16/head into main 2026-03-13 00:03:30 +01:00
Ghost commented 2026-03-12 22:57:34 +01:00 (Migrated from codeberg.org)

This PR configures your project for Cloudflare Workers deployment using Wrangler autoconfig.

Merging this PR commits the configuration to your repository, enabling faster deployments and version controlled settings.

Detected settings:

  • Framework: static

  • Deploy command: npx wrangler deploy

  • Version (non-production deploy) command: npx wrangler versions upload

Note: For this PR, we used these detected settings to generate a working preview. When merged, we'll override your build and deploy commands if they don't match what's currently configured, ensuring successful deployments for your setup.

Next steps after merging:
Your Worker configuration lives in wrangler.jsonc. You can now:


View build details · Join the discussion for questions or feedback

This PR configures your project for Cloudflare Workers deployment using [Wrangler autoconfig](https://developers.cloudflare.com/workers/framework-guides/automatic-configuration). Merging this PR commits the configuration to your repository, enabling faster deployments and version controlled settings. **Detected settings:** - Framework: `static` - Deploy command: `npx wrangler deploy` - Version (non-production deploy) command: `npx wrangler versions upload` > **Note:** For this PR, we used these detected settings to generate a working preview. When merged, we'll override your build and deploy commands if they don't match what's currently configured, ensuring successful deployments for your setup. **Next steps after merging:** Your Worker configuration lives in [`wrangler.jsonc`](https://developers.cloudflare.com/workers/wrangler/configuration/). You can now: - [Store your data](https://developers.cloudflare.com/workers/runtime-apis/bindings/) – Connect KV, D1, or R2 to persist data - [Connect a custom domain](https://developers.cloudflare.com/workers/configuration/routing/custom-domains/) – Serve from your own domain - [Automate with Workflows](https://developers.cloudflare.com/workflows/) – Build reliable multi-step applications --- [View build details](https://dash.cloudflare.com/?to=/fff1f7ac4159d95463cef16713656864/workers/services/view/topoquiz/production/builds/31e28fc0-eaea-41e7-b826-72d82f3233a3) · [Join the discussion](https://github.com/cloudflare/workers-sdk/discussions/11667) for questions or feedback
Ghost commented 2026-03-12 22:57:40 +01:00 (Migrated from codeberg.org)

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
Deployment successful!
View logs
topoquiz d4db095a Commit Preview URL

Branch Preview URL
Mar 12 2026, 10:28 PM
## Deploying with &nbsp;<a href="https://workers.dev"><img alt="Cloudflare Workers" src="https://workers.cloudflare.com/logo.svg" width="16"></a> &nbsp;Cloudflare Workers The latest updates on your project. Learn more about [integrating Git with Workers](https://developers.cloudflare.com/workers/ci-cd/builds/git-integration/). | Status | Name | Latest Commit | Preview URL | Updated (UTC) | | -|-|-|-|-| | ✅ Deployment successful! <br>[View logs](https://dash.cloudflare.com/?to=/fff1f7ac4159d95463cef16713656864/workers/services/view/topoquiz/production/builds/37f2be59-aad4-4ef5-8279-a316a890989e) | topoquiz | d4db095a | <a href='https://f3565ab4-topoquiz.jelmer-fff.workers.dev'>Commit Preview URL</a><br><br><a href='https://cloudflare-workers-autoconfig-topoquiz.jelmer-fff.workers.dev'>Branch Preview URL</a> | Mar 12 2026, 10:28 PM |
Sign in to join this conversation.
No description provided.