chore: query optimization

This commit is contained in:
2024-12-08 10:17:25 +01:00
parent a91c4d56b0
commit b154474075
5 changed files with 53 additions and 66 deletions

View File

@@ -19,10 +19,11 @@
}
],
"paths": {
"@app/*": ["./app/*"],
"@anthropic": ["./utils/anthropicClient.ts"],
"@components/*": ["./components/*"],
"@utils/*": ["./utils/*"],
"@consumer/*": ["./utils/consumer/*"],
"@prisma": ["./prisma/prisma"],
"@purchases/*": ["./utils/purchases/*"]
}
},