Add first business article and article layout
This commit is contained in:
8
node_modules/astro/dist/core/createMinimalViteDevServer.d.ts
generated
vendored
Normal file
8
node_modules/astro/dist/core/createMinimalViteDevServer.d.ts
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
import { type ViteDevServer, type Plugin } from 'vite';
|
||||
/**
|
||||
* Creates a minimal dev server with a list of plugins. Use this instance for a one-shot usage.
|
||||
*
|
||||
* NOTE: This is intentionally in its own module to avoid pulling `vite`'s heavy `createServer`
|
||||
* (and transitively Rollup) into every file that imports from `viteUtils.ts`.
|
||||
*/
|
||||
export declare function createMinimalViteDevServer(plugins?: Plugin[]): Promise<ViteDevServer>;
|
||||
Reference in New Issue
Block a user