Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewp authored and astrobot-houston committed Aug 11, 2023
1 parent 6b57628 commit 6a9fb2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/integrations/vercel/src/lib/nft.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export async function copyDependenciesToFunction({
base: fileURLToPath(base),
// If you have a route of /dev this appears in source and NFT will try to
// scan your local /dev :8
ignore: ['/dev/**']
ignore: ['/dev/**'],
});

for (const error of result.warnings) {
Expand Down

0 comments on commit 6a9fb2d

Please sign in to comment.