feat: better auth rate limiting

This commit is contained in:
Maze Winther
2025-08-02 17:33:23 +02:00
parent c8980de41a
commit 5e2b07e518
3 changed files with 32 additions and 3 deletions
+3 -1
View File
@@ -1,5 +1,7 @@
{
"compilerOptions": {
"strictNullChecks": true
"strictNullChecks": true,
"moduleResolution": "bundler",
"module": "esnext"
}
}