UNPKG

vike

Version:

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

6 lines (5 loc) • 264 B
export { pluginUniversalDeploy }; import type { Plugin } from 'vite'; import type { VikeConfigInternal } from '../shared/resolveVikeConfigInternal.js'; import '../assertEnvVite.js'; declare function pluginUniversalDeploy(vikeConfig: VikeConfigInternal): Plugin[];