Skip to content

preview

Starts the Vite dev server with hot reload. Optionally creates a Cloudflare tunnel so you can share a public URL for testing.

ParameterTypeRequiredDescription
projectPathstringNoPath to the project directory (default: cwd)
{
"localUrl": "http://localhost:5173",
"tunnelUrl": "https://abc123.trycloudflare.com"
}
  • The dev server process is tracked in ~/.mistflow/processes.json so 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.com service) and requires no configuration.