configuring-webapp-metadata
Installation
SKILL.md
WebApplication Requirements
Bundle Rules
- A WebApplication bundle must live under
webapplications/<AppName>/ - The bundle must contain
<AppName>.webapplication-meta.xml - The metadata filename must exactly match the folder name
- A build output directory must exist and contain at least one file
- Default build output directory:
dist/ - If
webapplication.json.outputDiris set, it overridesdist/
Valid example:
webapplications/
MyApp/
MyApp.webapplication-meta.xml
webapplication.json
dist/
index.html