Update API routes function. Add middleware. Update README.md

This commit is contained in:
2026-03-17 19:38:06 +01:00
parent ee1fb5897e
commit 35930857fd
20 changed files with 747 additions and 312 deletions
+1 -1
View File
@@ -17,6 +17,6 @@
"noPropertyAccessFromIndexSignature": false,
"outDir": "dist"
},
"include": ["src", "commands", "index.ts"],
"include": ["src", "commands", "src/index.ts"],
"exclude": ["node_modules", "dist"]
}