-
Notifications
You must be signed in to change notification settings - Fork 27
feat: create sdk-server-edge package #83
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: create sdk-server-edge package #83
Conversation
…. Removed redundant createLDClient function.
…package to use that.
This pull request has been linked to Shortcut Story #197407: Refactor common edge function code. |
"files": [ | ||
"/dist" | ||
], | ||
"scripts": { | ||
"doc": "../../../scripts/build-doc.sh .", |
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.
This is useful for local dev.
@@ -0,0 +1,3 @@ | |||
# Changelog |
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.
I probably need to write a document, but when we make the first release you will have to manually edit this file, because release-please will put the release note before this notice. But once you move it to the correct place all future releases will be correct. This is just a note, note a request to change anything.
To enable sharing of common code between cloudflare and vercel, this PR:
Remaining tasks which will be covered in separate PRs:
This PR should unblock the vercel team with their work. The vercel sdk should follow the cloudflare sdk requiring only the implementation featureStore and platformInfo objects.