Skip to content

Commit d3eb3f9

Browse files
authored
chore(docs): broken drizzle postgresql config (#11039)
Update drizzle.mdx missing comma causes prettier and code to not work as desired
1 parent ad8f4e0 commit d3eb3f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pages/getting-started/adapters/drizzle.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ If you want to modify the schema or add additional fields, you can use the follo
4646

4747
```ts filename="schema.ts"
4848
import {
49-
boolean
49+
boolean,
5050
timestamp,
5151
pgTable,
5252
text,

0 commit comments

Comments
 (0)