Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico authored and astrobot-houston committed Jul 31, 2023
1 parent 89d015d commit bd8a01a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/astro/src/vite-plugin-scanner/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit bd8a01a

Please sign in to comment.