fastbackend dev
Start the FastAPI development server. Runs generate first if IR is missing.
fastbackend dev [options]
Options
| Flag | Default | Description |
|---|---|---|
--watch |
from config | Watch schema and config for changes |
--port <port> |
8301 |
Server port |
--debug |
off | Verbose logging |
Example
fastbackend dev
fastbackend dev --watch --port 8301
Uses uvicorn with hot reload when development.hotReload is enabled in config.