Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 08 May 16:20
· 4397 commits to main since this release
893ed38

Patch Changes

  • #926 7b38a7c Thanks @threepointone! - polish: show paths of created files with wrangler init

    This patch modifies the terminal when running wrangler init, to show the proper paths of files created during it (like package.json, tsconfig.json, etc etc). It also fixes a bug where we weren't detecting the existence of src/index.js for a named worker before asking to create it.