[ci] format
This commit is contained in:
parent
c397be324f
commit
e00e934140
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue