mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-23 15:42:09 -05:00
chore: update import path in generate-schema for relative resolution
This commit is contained in:
@@ -42,7 +42,7 @@ export const generateDrizzleSchema = async (
|
||||
};
|
||||
|
||||
const { generateSchema } = (await i(
|
||||
join(import.meta.dirname, "../../../../../../cli/src/generators/index"),
|
||||
join(import.meta.dirname, "./../../../../../cli/src/generators/index"),
|
||||
)) as {
|
||||
generateSchema: (opts: {
|
||||
adapter: DBAdapter<BetterAuthOptions>;
|
||||
|
||||
Reference in New Issue
Block a user