Deployment
Deployment is built around generated static output and adapter-specific runtime boundaries.
Deployment is built around generated static output and adapter-specific runtime boundaries.
The docs site is generated through the SSG pipeline.
When any route declares renderIntent: { mode: 'dynamic' }, the build also emits dist/server/index.js — a Nitro-mountable handler over the same SSR bundle — plus server-manifest.json listing the request-time routes. Pure-static builds emit neither (0.42 line, unfrozen).
Runtime adapters remain separate from the core packages.
Build output should be checked before publishing or pushing release changes.