mirror of
https://github.com/ajnart/homarr.git
synced 2026-02-28 01:10:54 +01:00
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);
|