6ed3300183
Generated by create-expo-app 3.3.0.
9 lines
168 B
TypeScript
9 lines
168 B
TypeScript
import type { Config } from "drizzle-kit";
|
|
|
|
export default {
|
|
schema: "./db/schema.ts",
|
|
out: "./drizzle",
|
|
dialect: "sqlite",
|
|
driver: "expo",
|
|
} satisfies Config;
|