0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-03-10 23:01:26 -05:00

[ci] format

This commit is contained in:
Matt Kane 2024-06-24 09:13:19 +00:00 committed by astrobot-houston
parent 24fb7797d9
commit a3860f9ee4
3 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
import { relative as relativePath } from 'node:path';
import { fileURLToPath } from 'node:url';
import type { AstroIntegrationLogger } from 'astro';
import { copyFilesToFolder } from '@astrojs/internal-helpers/fs';
import type { AstroIntegrationLogger } from 'astro';
export async function copyDependenciesToFunction(
{

View file

@ -1,6 +1,7 @@
import { existsSync, readFileSync } from 'node:fs';
import { basename } from 'node:path';
import { pathToFileURL } from 'node:url';
import { removeDir, writeJson } from '@astrojs/internal-helpers/fs';
import type {
AstroAdapter,
AstroConfig,
@ -16,7 +17,6 @@ import {
getAstroImageConfig,
getDefaultImageConfig,
} from '../image/shared.js';
import { removeDir, writeJson } from '@astrojs/internal-helpers/fs';
import { copyDependenciesToFunction } from '../lib/nft.js';
import { escapeRegex, getRedirects } from '../lib/redirects.js';
import {

View file

@ -1,12 +1,12 @@
import type { AstroAdapter, AstroConfig, AstroIntegration } from 'astro';
import { emptyDir, writeJson } from '@astrojs/internal-helpers/fs';
import {
type DevImageService,
type VercelImageConfig,
getAstroImageConfig,
getDefaultImageConfig,
} from '../image/shared.js';
import { emptyDir, writeJson } from '@astrojs/internal-helpers/fs';
import { isServerLikeOutput } from '../lib/prerender.js';
import { getRedirects } from '../lib/redirects.js';
import {