mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-02-12 18:32:44 +00:00
8 lines
110 B
TypeScript
8 lines
110 B
TypeScript
import { config } from "dotenv";
|
|
config();
|
|
|
|
import server from "./src/server";
|
|
|
|
// start the server
|
|
server();
|