Minor Changes
-
#8024
e8272b0
Thanks @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
.json
files 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
e8272b0
Thanks @emily-shen! - Include a .vscode/settings.json file with a 'jsonc' file association for templates that usewrangler.json