Add support for processors over http

This commit is contained in:
Endeavorance 2025-04-03 09:47:19 -04:00
parent b5136c5d02
commit 3682a7a763
7 changed files with 52 additions and 12 deletions

View file

@ -7,10 +7,7 @@
},
"files": {
"ignoreUnknown": false,
"ignore": [
"*.d.ts",
"*.json"
],
"ignore": ["*.d.ts", "*.json"],
"include": [
"./src/**/*.ts",
"./src/**/*.tsx",