mirror of
https://github.com/better-auth/better-auth.git
synced 2026-07-27 16:53:02 -05:00
281 B
281 B
auth
| 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.