Starts a development server with hot-reload (Documentation Index
Fetch the complete documentation index at: https://docs.agentfront.dev/llms.txt
Use this file to discover all available pages before exploring further.
tsx --watch) and async type-checking. This is a long-running process.
Usage
Configuration
project.json
Options
| Option | Type | Description |
|---|---|---|
entry | string | Entry file path |
port | number | Port to listen on |
Behavior
- Hot reload: File changes trigger automatic restart
- Type checking: Runs
tsc --noEmitasynchronously in the background - Not cacheable: Long-running process, no Nx caching