mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-25 08:31:37 -05:00
chore: explicit export auth.ts (#7095)
This commit is contained in:
@@ -1 +1 @@
|
||||
export * from "./auth";
|
||||
export { betterAuth } from "./auth";
|
||||
|
||||
@@ -8,7 +8,7 @@ export * from "@better-auth/core/error";
|
||||
export * from "@better-auth/core/oauth2";
|
||||
export * from "@better-auth/core/utils";
|
||||
//#endregion
|
||||
export * from "./auth";
|
||||
export { betterAuth } from "./auth";
|
||||
// @ts-expect-error
|
||||
export * from "./types";
|
||||
export * from "./utils";
|
||||
|
||||
Reference in New Issue
Block a user