-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Vercel Edge Config Adapter #896
Conversation
ajwootto
commented
Jul 17, 2024
•
edited
Loading
edited
- create package for retrieving configs from Vercel Edge Config on Node.js
- refactor config manager to accept a generic "storage provider" so the source of the config can be swapped
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
Co-authored-by: Adam Wootton <[email protected]>
8b358ef
to
403cf32
Compare
@@ -0,0 +1,14 @@ | |||
{ | |||
"name": "devcycle-js-sdks", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what is file this for?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
its a file that nx keeps automatically adding every time you generate a new package. I was thinking of just giving up and letting it be generated...