Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico authored and astrobot-houston committed Sep 1, 2023
1 parent 5f2c55b commit cc99b28
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/integrations/vercel/src/lib/fs.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { PathLike } from 'node:fs';
import * as fs from 'node:fs/promises';
import { existsSync } from 'node:fs';
import * as fs from 'node:fs/promises';
import nodePath from 'node:path';
import { fileURLToPath } from 'node:url';

Expand Down
5 changes: 2 additions & 3 deletions packages/integrations/vercel/src/lib/nft.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import { relative as relativePath } from 'node:path';
import type { AstroIntegrationLogger } from 'astro';
import { relative, relative as relativePath } from 'node:path';
import { fileURLToPath } from 'node:url';
import { relative } from 'node:path';
import { copyFilesToFunction } from './fs.js';
import type { AstroIntegrationLogger } from 'astro';

export async function copyDependenciesToFunction(
{
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/vercel/src/serverless/adapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import type {
AstroAdapter,
AstroConfig,
AstroIntegration,
RouteData,
AstroIntegrationLogger,
RouteData,
} from 'astro';
import { AstroError } from 'astro/errors';
import glob from 'fast-glob';
Expand Down

0 comments on commit cc99b28

Please sign in to comment.