fix: fixing server issues

This commit is contained in:
Elias Renman
2023-06-20 22:27:42 +02:00
parent f4c3ce6a01
commit dc692c0fde
9 changed files with 1120 additions and 55 deletions

View File

@@ -1,5 +1,7 @@
import { startServer } from "./server";
import { prisma } from "./prisma";
import { config } from "dotenv";
config();
startServer()
.then(async () => {