0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-23 21:53:55 -05:00

[ci] format

This commit is contained in:
JuanM04 2022-10-14 20:21:16 +00:00 committed by fredkbot
parent cd25abae59
commit dd354f83e8

View file

@ -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';