Closed mustardfrog closed 1 year ago
fastify.listen(MY_PORT) is deprecated since version 4.0.x. New way is to do is fastify.listen({ port: MY_PORT }).
The latest updates on your projects. Learn more about Vercel for Git ↗︎
fastify.listen(MY_PORT) is deprecated since version 4.0.x. New way is to do is fastify.listen({ port: MY_PORT }).