Skip to content

v0.4.4 — fix: deploy-only wrangler.deploy.toml

Choose a tag to compare

@Shudesu Shudesu released this 25 Apr 13:43
· 32 commits to main since this release

Patch release.

Fixed

  • Worker deploy intermittently sent `YOUR_ACCOUNT_ID` to the Cloudflare API even though the scaffolder had already determined the correct account id. Root cause: the deploy step overwrote the user-facing `wrangler.toml` in-place and restored it on completion, which on some runs raced with wrangler's own config resolution path. Now writes a deploy-only `wrangler.deploy.toml` and passes `--config wrangler.deploy.toml`, so the user's wrangler.toml is never touched.

npm

  • `create-ig-harness@0.4.4` published

Upgrade

```bash
npx create-ig-harness@latest
```