UNPKG

astro

Version:

Astro is a modern site builder with web best practices, performance, and DX front-of-mind.

7 lines (6 loc) 295 B
import type { RenderEnvironment } from './index.js'; /** * The non-runnable dev environment (workerd and other adapters whose requests * run outside Vite's module runner). Registered by the dev virtual entrypoint. */ export declare function createNonRunnableEnvironment(): RenderEnvironment;