fix: remove jank prisma script, and move to generated prisma client
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import type { User } from "@prisma/client";
|
||||
import type { User } from "~/prisma/client";
|
||||
|
||||
// undefined = haven't check
|
||||
// null = check, no user
|
||||
|
||||
Reference in New Issue
Block a user