[ci] format

This commit is contained in:
ematipico 2023-07-31 16:26:22 +00:00 committed by astrobot-houston
parent 89d015db6c
commit bd8a01ae1b

View file

@ -3,12 +3,12 @@ import type { AstroSettings } from '../@types/astro.js';
import { type LogOptions } from '../core/logger/core.js';
import { bold } from 'kleur/colors';
import { extname } from 'node:path';
import { normalizePath } from 'vite';
import { warn } from '../core/logger/core.js';
import { isEndpoint, isPage, rootRelativePath } from '../core/util.js';
import { getPrerenderDefault, isServerLikeOutput } from '../prerender/utils.js';
import { scan } from './scan.js';
import { extname } from 'node:path';
export interface AstroPluginScannerOptions {
settings: AstroSettings;