Try to use drizzle event though

This commit is contained in:
Jared Palmer 2023-05-22 12:14:37 -04:00
parent f14e73ac8f
commit d88eae7230
14 changed files with 1978 additions and 12 deletions

6
drizzle.config.ts Normal file
View file

@ -0,0 +1,6 @@
import type { Config } from "drizzle-kit";
export default {
schema: "./lib/db/schema.ts",
out: "./lib/db/migrations",
} satisfies Config;