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