swebsy_export
Generate a static HTML/CSS/JS export and optional project JSON, returning output paths and file counts to verify the build.
Instructions
Export the site to .swebsy-agent/exports/. Static files via the site exporter and/or the project JSON (with assets). Returns outDir, the exported page paths, and per-kind file counts — verify a build by grepping those HTML files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| minify | No | Minify static output. | |
| baseUrl | No | Base URL for absolute links in the static export. | |
| verbose | No | Return every written file path (fonts and assets included) instead of the page list + counts. Default false. | |
| includeStatic | No | Write the static HTML/CSS/JS export. Default true. | |
| includeProjectJson | No | Write the portable project JSON + assets. Default false. |