mpp-server-dev2/src/index.ts

7 lines
101 B
TypeScript

import { app } from "http/fastify";
import env from "util/env";
app.listen({
port: env.PORT
});