diff --git a/packages/better-auth/src/types/options.ts b/packages/better-auth/src/types/options.ts index 0fe4e14b..83db00a5 100644 --- a/packages/better-auth/src/types/options.ts +++ b/packages/better-auth/src/types/options.ts @@ -168,8 +168,6 @@ export type BetterAuthOptions = { * the system will check the following environment variable: * * process.env.BETTER_AUTH_URL - * - * If not set it will throw an error. */ baseURL?: string; /**