[ci] format
This commit is contained in:
parent
1568cb4324
commit
6d6e0a80cd
1 changed files with 2 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
import type * as vite from 'vite';
|
||||
import type { AstroSettings, ManifestData } from '../@types/astro';
|
||||
import type fs from 'fs';
|
||||
import type * as vite from 'vite';
|
||||
import type { AstroSettings, ManifestData, SSRManifest } from '../@types/astro';
|
||||
import { patchOverlay } from '../core/errors/overlay.js';
|
||||
import type { LogOptions } from '../core/logger/core.js';
|
||||
import { createViteLoader } from '../core/module-loader/index.js';
|
||||
|
@ -9,7 +9,6 @@ import { createRouteManifest } from '../core/routing/index.js';
|
|||
import { baseMiddleware } from './base.js';
|
||||
import { createController } from './controller.js';
|
||||
import { handleRequest } from './request.js';
|
||||
import type { SSRManifest } from '../@types/astro';
|
||||
|
||||
export interface AstroPluginOptions {
|
||||
settings: AstroSettings;
|
||||
|
|
Loading…
Reference in a new issue