create-cloudflare@2.38.0
·
3095 commits
to main
since this release
Minor Changes
-
#8024
e8272b0Thanks @emily-shen! - Output wrangler.jsonc instead of wrangler.jsonThe JSONC format allows comments, but otherwise uses standard JSON syntax.
Note that Wrangler is still happy to parse
.jsonfiles with comments (along the lines oftsconfig.json), but to prevent confusion and for default compatibility with all IDEs, create-cloudflare will now outputwrangler.jsonc. -
#8024
e8272b0Thanks @emily-shen! - Include a .vscode/settings.json file with a 'jsonc' file association for templates that usewrangler.json