mirror of
https://github.com/withastro/astro.git
synced 2024-12-23 21:53:55 -05:00
[ci] format
This commit is contained in:
parent
cd25abae59
commit
dd354f83e8
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ import type { AstroAdapter, AstroConfig, AstroIntegration } from 'astro';
|
||||||
import { relative as relativePath } from 'node:path';
|
import { relative as relativePath } from 'node:path';
|
||||||
import { fileURLToPath } from 'node:url';
|
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';
|
import { getRedirects } from '../lib/redirects.js';
|
||||||
|
|
||||||
const PACKAGE_NAME = '@astrojs/vercel/edge';
|
const PACKAGE_NAME = '@astrojs/vercel/edge';
|
||||||
|
|
Loading…
Reference in a new issue