[ci] format

This commit is contained in:
MoustaphaDev 2023-02-13 22:21:23 +00:00 committed by fredkbot
parent c397be324f
commit e00e934140

View file

@ -1,14 +1,14 @@
import { bold, cyan } from 'kleur/colors';
import type fsMod from 'node:fs';
import path from 'node:path';
import { fileURLToPath, pathToFileURL } from 'node:url';
import type { ViteDevServer } from 'vite';
import type { AstroSettings } from '../@types/astro.js';
import { loadTSConfig } from '../core/config/tsconfig.js';
import { info, LogOptions, warn } from '../core/logger/core.js';
import { appendForwardSlash } from '../core/path.js';
import { createContentTypesGenerator } from './types-generator.js';
import { ContentPaths, getContentPaths, globalContentConfigObserver } from './utils.js';
import { loadTSConfig } from '../core/config/tsconfig.js';
import path from 'node:path';
interface ContentServerListenerParams {
fs: typeof fsMod;