From 704a582a05c10a4a2c17557ac27116669450706f Mon Sep 17 00:00:00 2001 From: "cloudflare-workers-and-pages[bot]" <73139402+cloudflare-workers-and-pages[bot]@users.noreply.github.com> Date: Wed, 31 Dec 2025 20:58:15 +0000 Subject: [PATCH] Update wrangler config name to allthingslinux-production --- wrangler.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrangler.jsonc b/wrangler.jsonc index d05fb922..65311ea8 100644 --- a/wrangler.jsonc +++ b/wrangler.jsonc @@ -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 // No other configuration needed here, as it's not used for actual deployment. }