import fastify from "fastify"; import fastifyNext from "fastify-nextjs"; const app = fastify({ logger: true, pluginTimeout: 60000 }); ...
確定! 回上一頁