Skip to content

Commit 1c7d68e

Browse files
committed
Fix Vercel runtime versioning in serverless deno func
1 parent 15b5263 commit 1c7d68e

File tree

1 file changed

+1
-1
lines changed
  • src/routes/api/internal/diagnostics/axfr

1 file changed

+1
-1
lines changed

src/routes/api/internal/diagnostics/axfr/+server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { promisify } from 'util';
77
// @ts-expect-error - Node.js core modules work at runtime
88
import { promises as dns } from 'dns';
99

10-
export const config = { runtime: 'nodejs' };
10+
export const config = { runtime: 'nodejs22.x' };
1111

1212
const execAsync = promisify(exec);
1313

0 commit comments

Comments
 (0)