mirror of
https://github.com/withastro/astro.git
synced 2025-03-31 23:31:30 -05:00
[ci] format
This commit is contained in:
parent
2df49a6fb4
commit
5f0b58fb6c
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue