FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Update name in Wrangler configuration file to match deployed Worker by cloudflare-workers-and-pages[bot] · Pull Request #123 · allthingslinux/allthingslinux · GitHub

This repository was archived by the owner on Mar 24, 2026. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension .jsonc  (1) All 1 file type selected
Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
2 changes: 1 addition & 1 deletion wrangler.jsonc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
// Deployment configurations are in wrangler.production.jsonc and wrangler.dev.jsonc.
{
"$schema": "https://unpkg.com/wrangler@4.10.0/config-schema.json",
"name": "allthingslinux", // A generic project name, not tied to a specific environment
"name": "allthingslinux","env": {"development":{"name":"allthingslinux-production"}}, // A generic project name, not tied to a specific environment

This comment was marked as outdated.

// No other configuration needed here, as it's not used for actual deployment.
}

Back | FazBrowse Home | New Git URL