mirror of
https://github.com/soconnor0919/hristudio.git
synced 2025-12-12 07:04:44 -05:00
Begin file upload, add theme change
This commit is contained in:
@@ -16,3 +16,8 @@ const conn = globalForDb.conn ?? postgres(env.DATABASE_URL);
|
||||
if (env.NODE_ENV !== "production") globalForDb.conn = conn;
|
||||
|
||||
export const db = drizzle(conn, { schema });
|
||||
|
||||
import { initializeContentTypes } from "./init";
|
||||
|
||||
// Initialize content types
|
||||
initializeContentTypes().catch(console.error);
|
||||
|
||||
Reference in New Issue
Block a user