uptime/index.ts
2024-12-14 23:53:26 -08:00

4 lines
79 B
TypeScript

import { main } from "./src/api";
main(parseInt(process.env.PORT ?? "3000"));