mirror of
https://github.com/fmhy/edit.git
synced 2026-01-17 17:31:18 +11:00
feat(api): ratelimiting
because some group of idiots like me so much that they spam my endpoint
This commit is contained in:
parent
9e91f608b9
commit
a69a834899
4 changed files with 44 additions and 7 deletions
|
|
@ -1,7 +1,32 @@
|
|||
{
|
||||
"extends": "./.nitro/types/tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"verbatimModuleSyntax": true
|
||||
},
|
||||
"include": ["./.vitepress/"]
|
||||
"extends": "./.nitro/types/tsconfig.json"
|
||||
// "compilerOptions": {
|
||||
// "verbatimModuleSyntax": true,
|
||||
// "baseUrl": ".",
|
||||
// "module": "esnext",
|
||||
// "target": "esnext",
|
||||
// "lib": ["DOM", "ESNext"],
|
||||
// "strict": true,
|
||||
// "jsx": "preserve",
|
||||
// "esModuleInterop": true,
|
||||
// "skipLibCheck": true,
|
||||
// "moduleResolution": "node",
|
||||
// "resolveJsonModule": true,
|
||||
// "noUnusedLocals": true,
|
||||
// "strictNullChecks": true,
|
||||
// "forceConsistentCasingInFileNames": true,
|
||||
// "sourceMap": true,
|
||||
// "isolatedModules": true
|
||||
// },
|
||||
// "include": [
|
||||
// "**/*.vue",
|
||||
// "**/*.tsx",
|
||||
// "**/*.ts",
|
||||
// ".vitepress/**/**/*.ts",
|
||||
// ".vitepress/**/**/*.tsx",
|
||||
// ".vitepress/**/**/*.vue"
|
||||
// ],
|
||||
// "exclude": ["**/node_modules/**", "dist/**"],
|
||||
// "extensions": [".js", ".ts", ".tsx", ".jsx", ".vue"],
|
||||
// "allowSyntheticDefaultImports": true
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue