temp: check db url

This commit is contained in:
2025-01-18 01:21:00 +01:00
parent 62038e26fb
commit b679e259ed

View File

@@ -3,6 +3,7 @@ import { drizzle } from 'drizzle-orm/postgres-js';
import { DB_URL } from '$env/static/private';
import postgres from 'postgres';
console.log('DB_URL', DB_URL);
const client = postgres(DB_URL, { prepare: false });
export const db = drizzle({
schema,