feat: 添加middleware

This commit is contained in:
2024-08-28 22:51:07 +08:00
parent 70a363db86
commit 321a4b41e7
6 changed files with 823 additions and 755 deletions

View File

@@ -39,15 +39,4 @@
"src/**/*.test.ts",
"webpack.config.cjs",
],
"ts-node": {
// Do not forget to `npm i -D tsconfig-paths`
"require": [
// "tsconfig-paths/register"
],
// "skipIgnore": true,
"ignore": [
// "(?:^|/)node_modules/",
// "(?:^|/)node_modules/(?!.*abearxiong)" //匹配不包含abearxiong的node_modules当中的字符串
]
}
}