@ankhorage/local
v0.3.1
Published
Local-host compute adapter for provider-neutral Ankhorage infrastructure.
Downloads
3,565
Maintainers
Readme
@ankhorage/local
Local-host compute adapter for provider-neutral Ankhorage infrastructure.
Generated documentation
- Interactive documentation app
- Public API reference
- Component registry
- Architecture overview
- Module relationships
- Export graph
- createInfraAdapter sequence
Public API
Utilities
createInfraAdapter(options?: LocalComputeAdapterOptions) => InfraComputeAdapter<"local">Create the canonical local-host compute adapter entrypoint.
The default adapter inspects the current Node host and never provisions, suspends or deletes the user's machine. A probe can be injected for deterministic tests or another host environment.
Module: src/features/local-compute/composition/createInfraAdapter.ts
Source: src/features/local-compute/composition/createInfraAdapter.ts:21:1
Related symbols: LocalComputeAdapterOptions
