fix: remove console log
This commit is contained in:
@@ -3,7 +3,6 @@ import { drizzle } from 'drizzle-orm/postgres-js';
|
|||||||
import { DB_URL } from '$env/static/private';
|
import { DB_URL } from '$env/static/private';
|
||||||
import postgres from 'postgres';
|
import postgres from 'postgres';
|
||||||
|
|
||||||
console.log('DB_URL', DB_URL);
|
|
||||||
const client = postgres(DB_URL, { prepare: false });
|
const client = postgres(DB_URL, { prepare: false });
|
||||||
export const db = drizzle({
|
export const db = drizzle({
|
||||||
schema,
|
schema,
|
||||||
|
|||||||
Reference in New Issue
Block a user