fix: update next auth config

This commit is contained in:
Henry
2024-01-03 12:36:43 +00:00
parent 0ba6528c12
commit 2dcf16e4ae

View File

@@ -9,7 +9,7 @@ import {
timestamp,
varchar,
} from "drizzle-orm/mysql-core";
import { type AdapterAccount } from "next-auth/adapters";
import { type AdapterAccount } from "@auth/core/adapters";
/**
* This is an example of how to use the multi-project schema feature of Drizzle ORM. Use the same