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 4a6444e commit f798f42Copy full SHA for f798f42
packages/runtime/src/templates/handlerUtils.ts
@@ -1,10 +1,10 @@
1
import fs, { createWriteStream, existsSync } from 'fs'
2
-import { http, https } from 'follow-redirects'
3
import { tmpdir } from 'os'
4
import path from 'path'
5
import { pipeline } from 'stream'
6
import { promisify } from 'util'
7
+import { http, https } from 'follow-redirects'
8
import type NextNodeServer from 'next/dist/server/next-server'
9
10
export type NextServerType = typeof NextNodeServer
0 commit comments