feat: add undici fetch interceptor (#687)

Co-authored-by: Meier Lukas <meierschlumpf@gmail.com>
This commit is contained in:
Manuel
2024-06-19 19:26:42 +02:00
committed by GitHub
parent bf607349e0
commit 508369cb0b
4 changed files with 34 additions and 1 deletions

View File

@@ -33,7 +33,8 @@
"@homarr/analytics": "workspace:^0.1.0",
"dotenv": "^16.4.5",
"node-cron": "^3.0.3",
"superjson": "2.2.1"
"superjson": "2.2.1",
"undici": "6.18.2"
},
"devDependencies": {
"@homarr/eslint-config": "workspace:^0.2.0",