Skip to content

Commit

Permalink
Merge pull request #107 from cerebruminc/lucianbuzzo/query-batching
Browse files Browse the repository at this point in the history
feat: improve performance (esp. n+1) by batching requests
  • Loading branch information
sebmellen authored Nov 2, 2024
2 parents 2999b12 + 0ff5d67 commit 2de8f97
Show file tree
Hide file tree
Showing 7 changed files with 7,496 additions and 7,395 deletions.
7 changes: 5 additions & 2 deletions biome.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
{
"$schema": "https://biomejs.dev/schemas/1.5.3/schema.json",
"files": {
"ignore": ["dist", "coverage"]
"ignore": ["dist", "coverage", "package.json"]
},
"organizeImports": {
"enabled": true
},
"linter": {
"enabled": true,
"rules": {
"recommended": true
"recommended": true,
"suspicious": {
"noExplicitAny": "off"
}
}
}
}
Loading

0 comments on commit 2de8f97

Please sign in to comment.