mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
feat(cli): Upgrade to Prisma 6.13.0 (#431)
This commit is contained in:
@@ -3,6 +3,8 @@ import path from "node:path";
|
||||
import type { PrismaConfig } from "prisma";
|
||||
|
||||
export default {
|
||||
earlyAccess: true,
|
||||
schema: path.join("prisma", "schema"),
|
||||
migrations: {
|
||||
path: path.join("prisma", "migrations"),
|
||||
}
|
||||
} satisfies PrismaConfig;
|
||||
Reference in New Issue
Block a user