You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we have fastify and express as dependencies for the CLI.
I don't think we need to implementations of an HTTP server as a dependency.
Fastify is used for our static server, and express is used for the server of the function.
Let's migrate the functions server to fastify, as it's better for handling HTTP requests faster.
The text was updated successfully, but these errors were encountered:
Currently, we have
fastify
andexpress
as dependencies for the CLI.I don't think we need to implementations of an HTTP server as a dependency.
Fastify is used for our static server, and express is used for the server of the function.
Let's migrate the functions server to fastify, as it's better for handling HTTP requests faster.
The text was updated successfully, but these errors were encountered: