mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-02-13 10:52:53 +00:00
7 lines
95 B
TypeScript
7 lines
95 B
TypeScript
require("dotenv").config();
|
|
|
|
import server from "./src/server";
|
|
|
|
// start the server
|
|
server();
|