Skip to content

Commit f3a00b0

Browse files
committed
🧼 format & lint
1 parent 17e831f commit f3a00b0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

‎example/src/main.ts‎

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ import * as schema from "./db/schema";
2121

2222
export const db = drizzle(
2323
"postgres://postgres:postgres@localhost:5432/postgres",
24-
{ relations,
25-
26-
schema
27-
},
28-
);
24+
{
25+
relations,
2926

30-
console.log(db.);
27+
schema,
28+
},
29+
);
3130

31+
// console.log(db.);
3232

3333
/*
3434

0 commit comments

Comments
 (0)