Skip to content

Add Cloudflare Workers configuration - #2

Closed
cloudflare-workers-and-pages[bot] wants to merge 1 commit into
mainfrom
cloudflare/workers-autoconfig
Closed

Add Cloudflare Workers configuration#2
cloudflare-workers-and-pages[bot] wants to merge 1 commit into
mainfrom
cloudflare/workers-autoconfig

Conversation

@cloudflare-workers-and-pages

@cloudflare-workers-and-pages cloudflare-workers-and-pages Bot commented Jun 23, 2026

Copy link
Copy Markdown

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

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jun 23, 2026

Copy link
Copy Markdown
Author

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
baitlogiclaunch 57fb751 Commit Preview URL

Branch Preview URL
Jul 20 2026, 11:14 AM

@cloudflare-workers-and-pages
cloudflare-workers-and-pages Bot force-pushed the cloudflare/workers-autoconfig branch from 6558f75 to cdb2acb Compare July 20, 2026 10:48
@netlify

netlify Bot commented Jul 20, 2026

Copy link
Copy Markdown

Deploy Preview for baitlogic1 failed.

Name Link
🔨 Latest commit cdb2acb
🔍 Latest deploy log https://app.netlify.com/projects/baitlogic1/deploys/6a5dfce5cc721f0008068c73

@netlify

netlify Bot commented Jul 20, 2026

Copy link
Copy Markdown

Deploy Preview for baitlogic1 failed.

Name Link
🔨 Latest commit 57fb751
🔍 Latest deploy log https://app.netlify.com/projects/baitlogic1/deploys/6a5e0313ba0ca60008489357

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds Cloudflare Wrangler configuration to deploy the repository as a static Cloudflare Worker, plus gitignore entries for Wrangler-related local files.

Changes:

  • Added wrangler.jsonc with static assets configuration, compatibility date/flags, and observability settings.
  • Added a .gitignore to avoid committing Wrangler state and common local env files.

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 2 comments.

File Description
wrangler.jsonc Introduces Wrangler configuration for static asset deployment and Worker runtime compatibility settings.
.gitignore Ignores Wrangler local state (.wrangler) and common local secret/env files.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread wrangler.jsonc
Comment on lines +8 to +10
"assets": {
"directory": "."
},
Comment thread wrangler.jsonc
@@ -0,0 +1,14 @@
{
"$schema": "node_modules/wrangler/config-schema.json",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants