preview
What it does
Section titled “What it does”Starts the Vite dev server with hot reload. Optionally creates a Cloudflare tunnel so you can share a public URL for testing.
| Parameter | Type | Required | Description |
|---|---|---|---|
projectPath | string | No | Path to the project directory (default: cwd) |
Output
Section titled “Output”{ "localUrl": "http://localhost:5173", "tunnelUrl": "https://abc123.trycloudflare.com"}- The dev server process is tracked in
~/.mistflow/processes.jsonso it can be cleaned up. - If a dev server is already running for the project, the tool returns the existing URLs.
- The tunnel is free (uses Cloudflare’s
trycloudflare.comservice) and requires no configuration.