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

@@ -1,3 +1,6 @@
// This import has to be the first import in the file so that the agent is overridden before any other modules are imported.
import "./undici-log-agent-override";
import { jobs } from "./jobs";
import { seedServerSettingsAsync } from "./seed-server-settings";