Refactor onProxyRes handlers to use middleware stack (khanon/oai-reverse-proxy!2)

This commit is contained in:
nai-degen
2023-04-14 15:29:11 +00:00
parent 6cf529b405
commit a767044850
9 changed files with 1145 additions and 169 deletions
+2 -1
View File
@@ -8,7 +8,8 @@
"forceConsistentCasingInFileNames": true,
"skipLibCheck": true,
"skipDefaultLibCheck": true,
"outDir": "build"
"outDir": "build",
"sourceMap": true
},
"include": ["src"],
"exclude": ["node_modules"],