Skip to content

Commit

Permalink
Add strict and verbose options to drizzle.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardspresume committed Apr 4, 2024
1 parent 6a2cd56 commit 47847e6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion drizzle.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,7 @@ export default {
driver: 'better-sqlite',
dbCredentials: {
url: LOCAL_DATABASE_URL
}
},
strict: true,
verbose: true
} satisfies Config;

0 comments on commit 47847e6

Please sign in to comment.