Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

Commit

Permalink
feat: enable all hooks by default
Browse files Browse the repository at this point in the history
  • Loading branch information
lachrist committed Dec 6, 2021
1 parent 48216ae commit 04a9940
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/configuration/default/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -445,9 +445,9 @@ export default (dependencies) => {
esm: true,
cjs: true,
http: true,
mysql: false,
sqlite3: false,
pg: false,
mysql: true,
sqlite3: true,
pg: true,
},
ordering: "causal",
"function-name-placeholder": "()",
Expand Down

0 comments on commit 04a9940

Please sign in to comment.