·
4397 commits
to main
since this release
Patch Changes
-
#926
7b38a7c
Thanks @threepointone! - polish: show paths of created files withwrangler init
This patch modifies the terminal when running
wrangler init
, to show the proper paths of files created during it (likepackage.json
,tsconfig.json
, etc etc). It also fixes a bug where we weren't detecting the existence ofsrc/index.js
for a named worker before asking to create it.