create-ts-entry-point
Read @.ai/Component/Javascript/CONTEXT.md for the page structure and webpack config.
1. Directory structure
Create admin-dev/themes/new-theme/js/pages/{domain}/:
{domain}/
├── index.ts # Listing page entry point
├── form.ts # Form page entry point (simple)
│ OR form/index.ts # Form page entry point (complex, with sub-files)
└── {domain}-map.ts # DOM selector mappings (optional, for pages with many selectors)
For
[Description truncada. Veja o README completo no GitHub.]