4 lines
79 B
TypeScript
4 lines
79 B
TypeScript
|
import { main } from "./src/api";
|
||
|
|
||
|
main(parseInt(process.env.PORT ?? "3000"));
|