UNPKG

vike

Version:

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

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; }