File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -25,13 +25,13 @@ type WranglerObservability struct {
2525}
2626
2727type WranglerEnvConfig struct {
28- Name string `json:"name,omitempty"`
29- AI * WranglerAIBinding `json:"ai,omitempty"`
30- Vars map [string ]string `json:"vars,omitempty"`
31- KVNamespaces []WranglerKVNamespace `json:"kv_namespaces,omitempty"`
32- D1Databases []WranglerD1Database `json:"d1_databases,omitempty"`
33- R2Buckets []WranglerR2Bucket `json:"r2_buckets,omitempty"`
34- Routes []WranglerRoute `json:"routes,omitempty"`
28+ Name string `json:"name,omitempty"`
29+ AI * WranglerAIBinding `json:"ai,omitempty"`
30+ Vars map [string ]string `json:"vars,omitempty"`
31+ KVNamespaces []WranglerKVNamespace `json:"kv_namespaces,omitempty"`
32+ D1Databases []WranglerD1Database `json:"d1_databases,omitempty"`
33+ R2Buckets []WranglerR2Bucket `json:"r2_buckets,omitempty"`
34+ Routes []WranglerRoute `json:"routes,omitempty"`
3535 Extra map [string ]json.RawMessage `json:"-"`
3636}
3737
You can’t perform that action at this time.
0 commit comments