You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This component can be used to automatically generate a `jsonc` version of the `toml` (or vice versa) for a Cloudflare [Wrangler configuration file](/workers/wrangler/configuration/).
8
+
9
+
## Import
10
+
11
+
```mdx
12
+
import { WranglerConfig } from"~/components";
13
+
```
14
+
15
+
## Usage
16
+
17
+
````mdx live
18
+
import { WranglerConfig } from"~/components";
19
+
20
+
<WranglerConfig>
21
+
```toml
22
+
[[d1_databases]]
23
+
binding = "DB"# available in your Worker on env.DB
0 commit comments