@hyperfrontend/features/nx/executors/buildbuild
Nx build executor. A thin wrapper that builds a hyperfrontend feature connector
by delegating to the SDK's headless hf build, run against the executing
project's root directory. Registered via the package's executors.json.
Usage
{
"targets": {
"build": {
"executor": "@hyperfrontend/features:build",
"options": { "config": "./feature.config.json" }
}
}
}
| Option | Required | Description |
|---|---|---|
config | no | Path to the feature config object. |
out | no | Output directory for the built connector. |
protocol | no | Security envelope: none, v1, or v2. |
name | no | Feature name override. |
version | no | Feature version override. |
url | no | URL the generated connector loads the feature from. |
contract | no | Path to the contract file. |
API Reference
● Variables
Build a hyperfrontend feature connector by delegating to the SDK's
Maps the executor options to headless CLI flags and runs the build against the executing project's root directory.
hf build. Maps the executor options to headless CLI flags and runs the build against the executing project's root directory.