Start local Micro development
micro_dev_startBuild and launch a disposable, loopback-only Micro runner for your project, enabling local verification and preview before deployment.
Instructions
Build and start the official loopback-only disposable Micro runner for this project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Micro project directory; defaults to the server working directory | |
| port | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| pid | No | ||
| url | No | ||
| stderr | Yes | ||
| stdout | Yes | ||
| running | Yes | ||
| exitCode | No | ||
| directory | Yes | ||
| startedAt | No |