Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion wrangler.jsonc
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/[email protected]/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.
}