run_generate
Renders previews into a static gallery bundle, keeping output from crashed previews and reporting failures by file and line. Limit rendering to changed or specified files for faster iteration.
Instructions
Run the platform engine to render all previews and produce a bundle (manifest + images), same as phonebook generate. When previews crash, keeps what rendered and says which previews did not, by file and line. Pass changed or files to render only the previews declared in those files, for a faster loop while iterating.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dir | No | Project directory containing phonebook.config.json | . |
| files | No | Render only previews declared in these files, relative to the project directory. | |
| changed | No | Render only previews declared in files with uncommitted git changes. Ignored outside a git repository. |