Skip to content

Commit 52086fd

Browse files
committed
fix import
1 parent b27e614 commit 52086fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/db/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import "dotenv/config";
22

33
import { drizzle } from "drizzle-orm/node-postgres";
4-
import postgres from "postgres";
4+
import postgres from "pg";
55
import * as schema from "./schema";
66
import * as tmpSchema from "./schema-tmp";
77

0 commit comments

Comments
 (0)