UNPKG

vike

Version:

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

12 lines (11 loc) 382 B
// TO-DO/next-major-release: Move all universal imports (when using Client Routing) to: // import { // redirect, // render, // resolveRoute, // navigate, // prefetch, // } from 'vike' // Use package.json#exports to make the imports isomorphic. // The client-side has no utility when using Server Routing. export { redirect, render } from './route/abort.js';