Initial commit: New MoreminiMore website with fresh design
This commit is contained in:
9
node_modules/astro/dist/vite-plugin-astro-server/plugin.d.ts
generated
vendored
Normal file
9
node_modules/astro/dist/vite-plugin-astro-server/plugin.d.ts
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
import type * as vite from 'vite';
|
||||
import type { AstroLogger } from '../core/logger/core.js';
|
||||
import type { AstroSettings } from '../types/astro.js';
|
||||
interface AstroPluginOptions {
|
||||
settings: AstroSettings;
|
||||
logger: AstroLogger;
|
||||
}
|
||||
export default function createVitePluginAstroServer({ settings, logger, }: AstroPluginOptions): vite.Plugin;
|
||||
export {};
|
||||
Reference in New Issue
Block a user