vike
Version:
(Replaces Next.js/Nuxt) 🔨 Composable framework to build advanced applications with flexibility and stability.
12 lines (11 loc) • 382 B
JavaScript
// 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';