From b3439a6b80380cf047865ef78816e9dcc899cd04 Mon Sep 17 00:00:00 2001 From: Alex Yang Date: Wed, 8 Oct 2025 18:39:56 -0700 Subject: [PATCH] chore: fix type import (#5177) --- packages/better-auth/src/types/options.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/better-auth/src/types/options.ts b/packages/better-auth/src/types/options.ts index aff4f9fb..c1ca94c0 100644 --- a/packages/better-auth/src/types/options.ts +++ b/packages/better-auth/src/types/options.ts @@ -23,7 +23,7 @@ import type { AuthMiddleware } from "../plugins"; import type { LiteralUnion, OmitId } from "./helper"; import type { Database as BunDatabase } from "bun:sqlite"; import type { DatabaseSync } from "node:sqlite"; -import type { DBAdapterDebugLogOption } from "packages/core/dist/db/adapter"; +import type { DBAdapterDebugLogOption } from "@better-auth/core/db/adapter"; export type BetterAuthOptions = { /**