UNPKG

vike

Version:

The Framework *You* Control - Next.js & Nuxt alternative for unprecedented flexibility and dependability.

6 lines (5 loc) 223 B
export { getViteDevScript }; import type { GlobalContextServerInternal } from '../../globalContext.js'; declare function getViteDevScript(pageContext: { _globalContext: GlobalContextServerInternal; }): Promise<string>;