runable build
Produce the production client and server bundles Runable serves from .output/.
runable buildrunable build produces the production bundle: always the client (HTML template and hashed assets), and a server bundle too when ssr is enabled. Output goes to distdir — .output/ by default — alongside a manifest.js connecting the running server to the built client and, for SSR, the compiled server entry.
For the full output layout, how to start a built application, and a deployment checklist, see Production build and .output/ — this page only covers the command itself.
A generated package.json from runable create wires this up as the app:build script.
Never edit files inside .output/ directly — they're overwritten on the next build. Change the application source or runable.config.ts, then rebuild.