If you can manage more than 20,000 builds a month I'd be impressed
If you can manage more than 20,000 builds a month I'd be impressed

compatibility_date = "2022-03-23"
type = "javascript"
name = "worker-dev"
account_id = "dddddd"
workers_dev = true
vars = { ENVIRONMENT = "dev" }
[env.staging]
name = "worker-staging"
vars = { ENVIRONMENT = "staging" }
workers_dev = true
[env.production]
vars = { ENVIRONMENT = "production" }
workers_dev = true
name = "worker"wrangler publish --env staging