migrate JavaScript to TypeScript

This commit is contained in:
tdurieux
2021-08-11 18:18:45 +02:00
parent ee4a20286d
commit caeff49ab0
58 changed files with 6034 additions and 3096 deletions

6
index.ts Normal file
View File

@@ -0,0 +1,6 @@
require("dotenv").config();
import server from "./src/server";
// start the server
server();