fix: import

This commit is contained in:
Methapon2001 2024-06-26 11:53:25 +07:00
parent 415d12dd4b
commit cf317c7d19
3 changed files with 3 additions and 461 deletions

View file

@ -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",