deploy_frontend
Publish a built static frontend by uploading its output folder; the service zips and hosts it, then returns a live tasklite.dev URL ready to use.
Instructions
Deploy a built static frontend to TaskLite hosting: zips the build output directory (dist/, build/, out/ — the folder that contains index.html), uploads it, and returns the live URL https://{slug}.tasklite.dev. The app is auto-published on first deploy. Runs only where the files are (local/stdio mode). In the frontend, call the app API via relative /api/{endpoint} — the hosting proxy injects the app identity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dir | Yes | Path to the BUILD OUTPUT directory (the one containing index.html), not the project root | |
| appId | Yes | App UUID or slug (app-xxxxxx) — see list_apps | |
| organizationId | No |