fix: import
This commit is contained in:
parent
415d12dd4b
commit
cf317c7d19
3 changed files with 3 additions and 461 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import { PrismaClient } from "@prisma/client";
|
||||
import kyselyExtension from "prisma-extension-kysely";
|
||||
import type { DB } from "../prisma/generated/types.ts";
|
||||
import { Kysely, PostgresAdapter, PostgresIntrospector, PostgresQueryCompiler } from "kysely";
|
||||
import kyselyExtension from "prisma-extension-kysely";
|
||||
import type { DB } from "./generated/kysely/types";
|
||||
|
||||
const prisma = new PrismaClient({
|
||||
errorFormat: process.env.NODE_ENV === "production" ? "minimal" : "pretty",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue