chore(OF-node-server): adding example application#1411
Conversation
|
@launchdarkly/js-sdk-common size report |
|
@launchdarkly/js-client-sdk size report |
|
@launchdarkly/js-client-sdk-common size report |
|
@launchdarkly/browser size report |
e5271c6 to
9a16460
Compare
9a16460 to
01546e5
Compare
|
@cursor review |
There was a problem hiding this comment.
✅ Bugbot reviewed your changes and found no new issues!
Comment @cursor review or bugbot run to trigger another review on this PR
Reviewed by Cursor Bugbot for commit 01546e5. Configure here.
Co-authored-by: devin-ai-integration[bot] <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: devin-ai-integration[bot] <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This PR will add an example application for openfeature node server provider
Note
Low Risk
Changes are limited to a new example app, docs, and CI/release-please wiring; no production SDK behavior is modified.
Overview
Adds a getting-started console example (
@launchdarkly/hello-openfeature-node-server) that wires LaunchDarklyProvider through OpenFeature, evaluates a boolean flag, and listens for ConfigurationChanged updates; it exits after the first evaluation whenCIis set for automated runs.CI and release tooling: the example workspace is registered in the root
package.json,run-getting-started-examplejobs run it via./actions/run-example(with AWS role) on the main OpenFeature workflow and on a new nightly schedule, andrelease-please-config.jsonis updated so releases bump SDK dependency pins in the example.Reviewed by Cursor Bugbot for commit 4ba1226. Bugbot is set up for automated code reviews on this repo. Configure here.