[ci] format

This commit is contained in:
bluwy 2023-05-15 06:16:32 +00:00 committed by fredkbot
parent 06ca3702f8
commit c6b0a6982a
3 changed files with 3 additions and 3 deletions

View file

@ -10,6 +10,7 @@ import {
throwIfAssetsNotEnabled,
type VercelImageConfig,
} from '../image/shared.js';
import { exposeEnv } from '../lib/env.js';
import {
copyFilesToFunction,
getFilesFromFolder,
@ -18,7 +19,6 @@ import {
writeJson,
} from '../lib/fs.js';
import { getRedirects } from '../lib/redirects.js';
import { exposeEnv } from '../lib/env.js';
const PACKAGE_NAME = '@astrojs/vercel/edge';

View file

@ -8,10 +8,10 @@ import {
throwIfAssetsNotEnabled,
type VercelImageConfig,
} from '../image/shared.js';
import { exposeEnv } from '../lib/env.js';
import { getVercelOutput, removeDir, writeJson } from '../lib/fs.js';
import { copyDependenciesToFunction } from '../lib/nft.js';
import { getRedirects } from '../lib/redirects.js';
import { exposeEnv } from '../lib/env.js';
const PACKAGE_NAME = '@astrojs/vercel/serverless';

View file

@ -6,9 +6,9 @@ import {
throwIfAssetsNotEnabled,
type VercelImageConfig,
} from '../image/shared.js';
import { exposeEnv } from '../lib/env.js';
import { emptyDir, getVercelOutput, writeJson } from '../lib/fs.js';
import { getRedirects } from '../lib/redirects.js';
import { exposeEnv } from '../lib/env.js';
const PACKAGE_NAME = '@astrojs/vercel/static';