chore(changeset): restore changeset for cli named+default fix (#9477) (#9501)

This commit is contained in:
Taesu
2026-05-09 13:50:16 +00:00
committed by GitHub
parent 3c45f1a757
commit 526aa322ef
@@ -0,0 +1,5 @@
---
"auth": minor
---
The CLI now auto-detects auth configs that export the same instance as both a named export and the default export (e.g. `export const auth = betterAuth(...); export default auth;`). Previously such configs failed when no explicit `--config` path was passed.