refactor(dns): move to core package (#4687)
This commit is contained in:
8
packages/core/src/infrastructure/dns/env.ts
Normal file
8
packages/core/src/infrastructure/dns/env.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { createBooleanSchema, createEnv } from "../env";
|
||||
|
||||
export const dnsEnv = createEnv({
|
||||
server: {
|
||||
ENABLE_DNS_CACHING: createBooleanSchema(false),
|
||||
},
|
||||
experimental__runtimeEnv: process.env,
|
||||
});
|
||||
Reference in New Issue
Block a user