Skip to content

Commit 961c52f

Browse files
committed
.
1 parent 4eba3c9 commit 961c52f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/build.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { join } from 'path';
22
import { DenoLambda } from './deno-lambda';
3-
import { BuildV3, download, getProvidedRuntime } from '@vercel/build-utils';
3+
import { type BuildV3, download, getProvidedRuntime } from '@vercel/build-utils';
44

55
export const build: BuildV3 = async ({
66
workPath,

0 commit comments

Comments
 (0)