kjelsrud.dev/node_modules/astro/dist/vite-plugin-astro-server/base.d.ts

5 lines
266 B
TypeScript
Raw Normal View History

2023-07-19 21:31:30 +02:00
import type * as vite from 'vite';
import type { AstroSettings } from '../@types/astro';
import { type LogOptions } from '../core/logger/core.js';
export declare function baseMiddleware(settings: AstroSettings, logging: LogOptions): vite.Connect.NextHandleFunction;