Skip to content

Commit

Permalink
Fixed styling
Browse files Browse the repository at this point in the history
  • Loading branch information
andreademasi authored Dec 19, 2022
1 parent cd6a310 commit e3e390f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/integrations/vercel/src/lib/nft.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import { copyFilesToFunction } from './fs.js';
import { fileURLToPath } from 'node:url';
import { nodeFileTrace } from '@vercel/nft';
import { relative as relativePath } from 'node:path';
import { fileURLToPath } from 'node:url';

import { copyFilesToFunction } from './fs.js';

export async function copyDependenciesToFunction({
entry,
Expand Down

0 comments on commit e3e390f

Please sign in to comment.