UNPKG

vike

Version:

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

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