We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15b5263 commit 1c7d68eCopy full SHA for 1c7d68e
src/routes/api/internal/diagnostics/axfr/+server.ts
@@ -7,7 +7,7 @@ import { promisify } from 'util';
7
// @ts-expect-error - Node.js core modules work at runtime
8
import { promises as dns } from 'dns';
9
10
-export const config = { runtime: 'nodejs' };
+export const config = { runtime: 'nodejs22.x' };
11
12
const execAsync = promisify(exec);
13
0 commit comments