mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-30 12:55:02 +00:00
7 lines
175 B
TypeScript
7 lines
175 B
TypeScript
import type { Config } from "drizzle-kit";
|
|
|
|
export default {
|
|
schema: "./src/app/db/schema/*",
|
|
out: "./src/app/db/migrations",
|
|
dialect: "postgresql",
|
|
} satisfies Config;
|