Replace .npmrc with bunfig.toml #5
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "probablycorey/toes:probablycorey/npmrc-to-bunfig"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Replace all
.npmrcfiles withbunfig.tomlacross the repo, bundled apps, and templates.Since toes is Bun-only,
bunfig.tomlis a better fit than.npmrc:Also updates GUIDE.md and the app template CLAUDE.md to reference
bunfig.toml.Changes
.npmrcfiles (root, 7 bundled apps, template)bunfig.tomlwith[install] registryin each locationbunfig.tomlTest plan
bun installresolves@because/*packages withbunfig.tomlon a toes app9db13eaa6ato894ae7e497894ae7e497to50fb57a9caCheckout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Gitea.