Usage
Configuration
project.json
Options
| Option | Type | Default | Description |
|---|---|---|---|
entry | string | — | Entry file path |
port | number | — | Port to listen on |
maxRestarts | number | 5 | Maximum number of automatic restarts |
Behavior
- Process supervision: Automatically restarts on crash (up to
maxRestarts) - Graceful shutdown: Handles SIGTERM for clean stops
- Not cacheable: Long-running process