UNPKG

nuxt

Version:

Nuxt is a free and open-source framework with an intuitive and extendable way to create type-safe, performant and production-grade full-stack web applications and websites with Vue.js.

11 lines (10 loc) 374 B
//#region src/runtime/server/entry.ts /** * Signature matches `vue-bundle-renderer`'s `CreateApp<App<Element>>` so it can * be passed to `createRenderer()` without a cast. */ const stub = () => { throw new Error("[nuxt] nuxt/entry was not replaced by a builder. Ensure a Nuxt builder (Vite, Webpack, or Rspack) is configured."); }; //#endregion export { stub as default };