few changes

This commit is contained in:
Om Lanke
2025-06-29 13:05:12 +05:30
parent e82685c7df
commit 99220fb9a9
20 changed files with 1743 additions and 197 deletions

View File

@@ -2,4 +2,4 @@ import { drizzle } from "drizzle-orm/neon-http";
export const db = drizzle(process.env.DATABASE_URL!);
export * from "./schema.ts";
export * from "./schema";