UNPKG

vike

Version:

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

5 lines (4 loc) • 250 B
export { hasVikeServerOrVikePhoton }; import type { VikeConfigInternal } from '../../shared/resolveVikeConfigInternal.js'; import '../../assertEnvVite.js'; declare function hasVikeServerOrVikePhoton(vikeConfig: VikeConfigInternal): true | undefined;