/** * Dashboard command: Start API server + Vite dev server and open in browser * * Usage: * tx dashboard # Start and open in Brave/Chrome * tx dashboard --no-open # Start without opening browser * tx dashboard --port 3002 # Custom API port */ import { Effect } from "effect"; import { type Flags } from "../utils/parse.js"; export declare const dashboard: (_pos: string[], flags: Flags) => Effect.Effect; //# sourceMappingURL=dashboard.d.ts.map