Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ar(fix) [DPCP-49]: Add Cache to APIs #17

Merged
merged 6 commits into from
Aug 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
78 changes: 77 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"prepare": "husky",
"npm:wipe": "rm -rf node_modules && npm cache clean --force",
"npm:reset": "npm run npm:wipe && npm i",
"postinstall": "patch-package && prisma generate"
"postinstall": "patch-package && npm run schema:generate:all"
},
"prisma": {
"seed": "node --loader ts-node/esm prisma/seed.mts"
Expand All @@ -54,6 +54,10 @@
"@types/react": "18.3.2",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@upstash/ratelimit": "^2.0.1",
"@vercel/edge": "^1.1.2",
"@vercel/functions": "^1.4.0",
"@vercel/kv": "^2.0.0",
"bson": "^6.8.0",
"eslint": "^8",
"eslint-config-alloy": "^5.1.2",
Expand Down
203 changes: 0 additions & 203 deletions patches/next-auth+5.0.0-beta.19.patch

This file was deleted.

35 changes: 0 additions & 35 deletions src/app/api/user/favorites/add/route.ts.dummy

This file was deleted.

Loading
Loading