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 4eba3c9 commit 961c52fCopy full SHA for 961c52f
src/build.ts
@@ -1,6 +1,6 @@
1
import { join } from 'path';
2
import { DenoLambda } from './deno-lambda';
3
-import { BuildV3, download, getProvidedRuntime } from '@vercel/build-utils';
+import { type BuildV3, download, getProvidedRuntime } from '@vercel/build-utils';
4
5
export const build: BuildV3 = async ({
6
workPath,
0 commit comments