mirror of
https://github.com/akazwz/smail.git
synced 2026-06-06 17:09:55 +08:00
6 lines
125 B
TypeScript
6 lines
125 B
TypeScript
import type { Config } from "drizzle-kit";
|
|
export default {
|
|
schema: "./schema.ts",
|
|
out: "./drizzle",
|
|
} satisfies Config;
|