Updated
Reference for the pixelweaver dev command — usage, flags, arguments, and examples for the dev subcommand of the pixelweaver CLI.
#pixelweaver dev
Development mode with Vite HMR
Effect: mutating
#Flags
| Name | Short | Type | Default | Env | Description |
|---|---|---|---|---|---|
--host | str | 127.0.0.1 | Bind address | ||
--port | int | 7779 | Port | ||
--vite-port | int | 5173 | Vite dev server port | ||
--data-dir | str | ./projects | Projects directory |