Fix auth sync and set ticket channel chart default
Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
This commit is contained in:
parent
487edd222f
commit
12262e24c8
5 changed files with 62 additions and 8 deletions
|
|
@ -1,6 +1,7 @@
|
|||
import { PrismaClient } from "@prisma/client"
|
||||
import pkg from "@prisma/client"
|
||||
import { hashPassword } from "better-auth/crypto"
|
||||
|
||||
const { PrismaClient } = pkg
|
||||
const prisma = new PrismaClient()
|
||||
|
||||
const email = process.env.SEED_USER_EMAIL ?? "admin@sistema.dev"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue