mirror of
https://github.com/marcogll/TaxHacker_s23.git
synced 2026-01-13 21:35:19 +00:00
ci: use local prisma client
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import config from "@/lib/config"
|
||||
import { getSelfHostedUser, getUserByEmail, getUserById, SELF_HOSTED_USER } from "@/models/users"
|
||||
import { User } from "@prisma/client"
|
||||
import { User } from "@/prisma/client"
|
||||
import { betterAuth } from "better-auth"
|
||||
import { prismaAdapter } from "better-auth/adapters/prisma"
|
||||
import { APIError } from "better-auth/api"
|
||||
|
||||
Reference in New Issue
Block a user