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

[ci] format

This commit is contained in:
Florian Lefebvre 2024-08-16 07:28:10 +00:00 committed by astrobot-houston
parent 2df49a6fb4
commit 5f0b58fb6c

View file

@ -2,11 +2,11 @@ import type fsMod from 'node:fs';
import { dirname, relative } from 'node:path';
import { fileURLToPath } from 'node:url';
import { bold } from 'kleur/colors';
import { normalizePath } from 'vite';
import type { AstroSettings } from '../../@types/astro.js';
import { AstroError, AstroErrorData } from '../errors/index.js';
import type { Logger } from '../logger/core.js';
import { REFERENCE_FILE } from './constants.js';
import { normalizePath } from 'vite';
export async function writeFiles(settings: AstroSettings, fs: typeof fsMod, logger: Logger) {
try {