Skip to content

Commit e5d0257

Browse files
authored
feat: add Growthbook node provider (#922)
Signed-off-by: Michael Beemer <[email protected]>
1 parent 5710a06 commit e5d0257

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/datasets/providers/growthbook.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,11 @@ export const GrowthBook: Provider = {
1111
href: 'https://docs.growthbook.io/lib/js#openfeature-provider',
1212
category: ['Client'],
1313
},
14+
{
15+
technology: 'JavaScript',
16+
vendorOfficial: true,
17+
href: 'https://github.com/open-feature/js-sdk-contrib/blob/main/libs/providers/growthbook/README.md',
18+
category: ['Server'],
19+
},
1420
],
1521
};

0 commit comments

Comments
 (0)