Fixed build.

This commit is contained in:
Mike Cao 2025-04-29 13:53:14 -07:00
parent 848f8d3ecf
commit 13755417b1

View file

@ -1,5 +1,5 @@
import debug from 'debug';
import { PrismaClient } from '@prisma/client';
import { PrismaClient } from '@/generated/prisma/index.js';
import { readReplicas } from '@prisma/extension-read-replicas';
import { formatInTimeZone } from 'date-fns-tz';
import { MYSQL, POSTGRESQL, getDatabaseType } from '@/lib/db';