7 lines
164 B
TypeScript
7 lines
164 B
TypeScript
import { setGlobalDispatcher } from "undici";
|
|
|
|
import { LoggingAgent } from "@homarr/common/server";
|
|
|
|
const agent = new LoggingAgent();
|
|
setGlobalDispatcher(agent);
|