Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanM04 authored and astrobot-houston committed Oct 14, 2022
1 parent cd25aba commit dd354f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/integrations/vercel/src/edge/adapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import type { AstroAdapter, AstroConfig, AstroIntegration } from 'astro';
import { relative as relativePath } from 'node:path';
import { fileURLToPath } from 'node:url';

import { getVercelOutput, removeDir, writeJson, copyFilesToFunction } from '../lib/fs.js';
import { copyFilesToFunction, getVercelOutput, removeDir, writeJson } from '../lib/fs.js';
import { getRedirects } from '../lib/redirects.js';

const PACKAGE_NAME = '@astrojs/vercel/edge';
Expand Down

0 comments on commit dd354f8

Please sign in to comment.