UNPKG

vike

Version:

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

7 lines (6 loc) • 236 B
export { defineConfig }; // For JavaScript users. AFAICT there isn't another practical reason to use defineConfig() instead of `Config`. // https://github.com/vikejs/vike/issues/1156 function defineConfig(config) { return config; }