import fastify from 'fastify'; export const createServer = () => { const server = fastify({ logger: true, }) return server; }