UNPKG

vike

Version:

(Replaces Next.js/Nuxt) 🔨 Composable framework to build advanced applications with flexibility and stability.

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