uptime/index.ts

4 lines
79 B
TypeScript
Raw Permalink Normal View History

2024-12-15 02:53:26 -05:00
import { main } from "./src/api";
main(parseInt(process.env.PORT ?? "3000"));