mpp-server-dev2/src/http/fastify.ts

6 lines
70 B
TypeScript

import fastify from "fastify";
export const app = fastify({
});