Skip to content

Commit

Permalink
Update doc to include typesOverrides config
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-keller committed Jan 19, 2023
1 parent 8e6cbed commit 0265b9f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs-new/docs/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ These variables will override values provided in `config.json`.
"host": "127.0.0.1", // DB host (optional)
"port": 5432, // DB port (optional)
"ssl": false // Whether or not to connect to DB with SSL (optional)
},
"typesOverrides": {
"date": "string" // Override default Postgres => TypeScript mapping
}
}
```
Expand Down

0 comments on commit 0265b9f

Please sign in to comment.