import fastify from 'fastify'; const SERVER = fastify({ logger: process.env.NODE_ENV !== 'test', }); export default SERVER;