Skip to content
This repository was archived by the owner on Mar 24, 2026. It is now read-only.

Commit 43aa81e

Browse files
Update wrangler config name to allthingslinux-production
1 parent 3f14df4 commit 43aa81e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wrangler.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
// Deployment configurations are in wrangler.production.jsonc and wrangler.dev.jsonc.
33
{
44
"$schema": "https://unpkg.com/wrangler@4.10.0/config-schema.json",
5-
"name": "allthingslinux", // A generic project name, not tied to a specific environment
5+
"name": "allthingslinux","env": {"development":{"name":"allthingslinux-production"}}, // A generic project name, not tied to a specific environment
66
// No other configuration needed here, as it's not used for actual deployment.
77
}

0 commit comments

Comments
 (0)