chore: explicit export auth.ts (#7095)

This commit is contained in:
Alex Yang
2026-01-02 16:29:30 +08:00
parent 0e7a55b26f
commit 71c1914a7f
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
export * from "./auth";
export { betterAuth } from "./auth";

View File

@@ -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";