Skip to content

create-cloudflare@2.38.0

Choose a tag to compare

@workers-devprod workers-devprod released this 11 Feb 16:16
· 3095 commits to main since this release
1fdc88e

Minor Changes

  • #8024 e8272b0 Thanks @emily-shen! - Output wrangler.jsonc instead of wrangler.json

    The 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 of tsconfig.json), but to prevent confusion and for default compatibility with all IDEs, create-cloudflare will now output wrangler.jsonc.

  • #8024 e8272b0 Thanks @emily-shen! - Include a .vscode/settings.json file with a 'jsonc' file association for templates that use wrangler.json