fix: add dns caching (#3736)

This commit is contained in:
Meier Lukas
2025-09-03 17:37:18 +02:00
committed by GitHub
parent ca488f8210
commit fb6b5e88ff
7 changed files with 50 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
// 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 "./overrides";
import type { FastifyTRPCPluginOptions } from "@trpc/server/adapters/fastify";
import { fastifyTRPCPlugin } from "@trpc/server/adapters/fastify";