Removed prisma config.

This commit is contained in:
Mike Cao 2025-04-28 21:24:57 -07:00
parent fe2fcf2082
commit 9d3c926d69

View file

@ -1,7 +0,0 @@
import path from 'node:path';
import { defineConfig } from 'prisma/config';
export default defineConfig({
earlyAccess: true,
schema: path.join('prisma', 'schema.prisma'),
});