feat(api): ratelimiting

This commit is contained in:
taskylizard
2025-01-01 11:25:05 +00:00
parent 26213d9f91
commit 1148023b1a
10 changed files with 139 additions and 150 deletions

6
api/worker-configuration.d.ts vendored Normal file
View File

@@ -0,0 +1,6 @@
// Generated by Wrangler by running `wrangler types api/worker-configuration.d.ts`
interface Env {
STORAGE: KVNamespace;
RATE_LIMITER: RateLimit;
}