[ci] format
This commit is contained in:
parent
06ca3702f8
commit
c6b0a6982a
3 changed files with 3 additions and 3 deletions
|
@ -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';
|
||||
|
||||
|
|
|
@ -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';
|
||||
|
||||
|
|
|
@ -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';
|
||||
|
||||
|
|
Loading…
Reference in a new issue