mercurius
mercurius copied to clipboard
fastify-cli and Mercurius
I'm trying to use fastify-cli
to run a new Mercurius server and the docs are suprisingly unclear on how to run a newly created server without an explicit app.listen
call.
Can anyone illuminate me on how to properly fastify start
a server after registering the mercurius
plugin?
Hi, I've ran into the same question this week.
Look at this repo:
https://github.com/ChristoPy/woovi-challenge/tree/main/api
It was not only bootstrapped with fastify CLI but also has mercurius configured
(Hope I get the job tough :smile:)