jws-backend/prisma.config.ts
HAM e54f62a5b3
All checks were successful
Spell Check / Spell Check with Typos (push) Successful in 4s
fix: prisma v7 config
2026-01-12 13:39:04 +07:00

7 lines
133 B
TypeScript

import { defineConfig } from "prisma/config";
export default defineConfig({
migrations: {
path: "prisma/migrations",
},
});