Home > @lynx-js/rspeedy > Server
The Server option changes the behavior of dev-server.
Signature:
| Property | Modifiers | Type | Description |
|---|---|---|---|
| headers? | Record<string, string | string[]> | undefined | (Optional) Adds headers to all responses. | |
| host? | string | undefined | (Optional) Specify the host that the Rspeedy Server listens to. | |
| port? | number | undefined | (Optional) Specify the port that the Rspeedy Server listens to. |