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. }