start app build

Build app for publishing (useful for testing)

Build app for publishing (useful for testing)

Usage

Terminal

start app build [entry]
ArgumentRequiredDescription
entryNoEntry file

Examples

Build an app for testing

Terminal

start app build app.tsx

This compiles your app into .app.json — the format start.chat uses to render blocks and tools. Use this to inspect the build output before publishing.

Build a custom entry

Terminal

start app build src/index.tsx