entry
The entry field declares the starting node of an app.
- Each app must define exactly one entry node to ensure deterministic initialization.
- Entrypoints are validated at build time to prevent broken flows.
- TODO: document validation rules and error messages for invalid or missing entries.
Last updated on