mirror of
https://github.com/eliasrenman/gardentron.git
synced 2026-03-16 20:46:07 +01:00
fix: fixing server issues
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
import { startServer } from "./server";
|
||||
import { prisma } from "./prisma";
|
||||
import { config } from "dotenv";
|
||||
config();
|
||||
|
||||
startServer()
|
||||
.then(async () => {
|
||||
|
||||
Reference in New Issue
Block a user