Skip to content
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: expose fastify handle to user-space #39

Merged
merged 1 commit into from
Jan 25, 2024

Conversation

cdaringe
Copy link
Contributor

problem

i want to only have a single fastify dependency in my node_modules, but must have many because:

  1. electrode-server is tightly coupled to fastify, but
  2. i need a fastify handle for testing, codegen, and other development related tasks which do not warrant a full electrode launch

solution

expose fastify to userspace

electrode-server is tightly coupled to fastify. some users may need fastify for testing or plugin development purposes, otherwise, they have to bring their own fastify installation, which competes with electrode-server.
Copy link

@SlackJaw74 SlackJaw74 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

Copy link
Member

@kylejeske kylejeske left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@smuthya smuthya merged commit 7295591 into electrode-io:master Jan 25, 2024
4 checks passed
@cdaringe cdaringe deleted the patch-1 branch April 29, 2024 21:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants