Skip to content

Commit 04b4e33

Browse files
fix: remove deprecated earlyaccess property from prisma config
1 parent 79c3502 commit 04b4e33

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

prisma.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { defineConfig, env } from '@prisma/config';
22

33
export default defineConfig({
4-
earlyAccess: true,
54
schema: 'prisma/schema.prisma',
65
datasource: {
76
url: env('DATABASE_URL'),

0 commit comments

Comments
 (0)