docs: delete incorrectly documented error case for baseURL (#4897)

This commit is contained in:
Jeffrey Lind
2025-09-25 03:10:08 -04:00
committed by GitHub
parent 57e048b08f
commit cc656fb87d

View File

@@ -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;
/**