mirror of
https://github.com/catdevnull/preciazo.git
synced 2024-11-22 06:16:18 +00:00
bonk
This commit is contained in:
parent
051b2524ab
commit
b46b087bc6
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ import * as schema from "../db/schema";
|
|||
import { formatISO, subDays } from "date-fns";
|
||||
import { sql } from "drizzle-orm";
|
||||
|
||||
const db = drizzle(postgres(process.env.DATABASE_URL!), {
|
||||
const db = drizzle(postgres(), {
|
||||
schema,
|
||||
logger: true,
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue