@devcycle/nodejs-server-sdk
Version:
The DevCycle NodeJS Server SDK used for feature management.
13 lines (7 loc) • 322 B
Markdown
# config-manager
This library extracts the `EnvironmentConfigManager` Server SDK logic to be used across the Node.js SDK
and Edge Worker SDKs.
## Building
Run `nx build config-manager` to build the library.
## Running unit tests
Run `nx test config-manager` to execute the unit tests via [Jest](https://jestjs.io).