@hyperfrontend/features/nx/executors/serveserve
Nx serve executor. A long-running async-iterator executor that starts the
hyperfrontend dev server by delegating to the SDK's headless hf dev, stays
alive until a shutdown signal, then closes the servers gracefully. Registered via
the package's executors.json.
Usage
{
"targets": {
"serve": {
"executor": "@hyperfrontend/features:serve",
"options": { "config": "./hf-dev.config.json" }
}
}
}
| Option | Required | Description |
|---|---|---|
config | no | Path to the dev-server config object. |
apps | no | Path to the dev-server apps array. |
port | no | Port the dev server's debug UI listens on. |
API Reference
● Variables
Serve a hyperfrontend feature dev server by delegating to the SDK's
Long-running async-iterator executor: it starts the dev server, yields the startup result, stays alive until a shutdown signal, then closes the servers.
hf dev. Long-running async-iterator executor: it starts the dev server, yields the startup result, stays alive until a shutdown signal, then closes the servers.