Removed prisma config.
This commit is contained in:
@@ -1,7 +0,0 @@
|
|||||||
import path from 'node:path';
|
|
||||||
import { defineConfig } from 'prisma/config';
|
|
||||||
|
|
||||||
export default defineConfig({
|
|
||||||
earlyAccess: true,
|
|
||||||
schema: path.resolve(process.cwd(), 'prisma', 'schema.prisma'),
|
|
||||||
});
|
|
||||||
Reference in New Issue
Block a user