Skip to content

Commit f5d9e29

Browse files
authored
Clarify JSON configuration file usage in docs
Updated recommendation for configuration file format.
1 parent cb0ecd5 commit f5d9e29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/workers/wrangler/configuration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Wrangler optionally uses a configuration file to customize the development and d
1818

1919
As of Wrangler v3.91.0 Wrangler supports both JSON (`wrangler.json` or `wrangler.jsonc`) and TOML (`wrangler.toml`) for its configuration file. Prior to that version, only `wrangler.toml` was supported.
2020

21-
Cloudflare recommends using `wrangler.jsonc` for new projects.
21+
Cloudflare recommends using `wrangler.jsonc` for new projects, and some newer Wrangler features will only be available to projects using a JSON config file.
2222

2323
The format of Wrangler's configuration file is exactly the same across both languages, only the syntax differs.
2424

0 commit comments

Comments
 (0)