exclude things from crm

This commit is contained in:
Jun-te Kim 2026-03-20 13:41:08 +00:00
parent 0db1997aba
commit 736a1ad1da

View file

@ -6,7 +6,7 @@ dotenv.config({ path: ".env.local" });
const isProduction = process.env.VERCEL_ENV === "production";
export default {
schema: "./src/app/db/schema/*",
schema: "./src/app/db/schema/!(crm)/**/*.ts",
out: "./src/app/db/migrations",
dialect: "postgresql",
dbCredentials: {