feat: rate limiting api routes

This commit is contained in:
trafficlunar 2025-04-28 21:30:16 +01:00
parent 50c18a342d
commit 2c13f60a50
13 changed files with 252 additions and 49 deletions

View file

@ -2,7 +2,7 @@
"name": "tomodachi-share",
"version": "0.1.0",
"private": true,
"packageManager": "pnpm@10.9.0",
"packageManager": "pnpm@10.10.0",
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
@ -23,6 +23,7 @@
"downshift": "^9.0.9",
"embla-carousel-react": "^8.6.0",
"file-type": "^20.4.1",
"ioredis": "^5.6.1",
"jsqr": "^1.4.0",
"next": "15.2.4",
"next-auth": "5.0.0-beta.25",