4 lines
158 B
TypeScript
4 lines
158 B
TypeScript
import type * as vite from 'vite';
|
|
export declare const ASTRO_DEV_SERVER_APP_ID = "astro:server-app";
|
|
export declare function vitePluginApp(): vite.Plugin[];
|