🐛 fix: env

This commit is contained in:
2024-10-01 19:09:35 +07:00
parent a765e598ba
commit 7921bdf97f
2 changed files with 6 additions and 0 deletions

View File

@@ -1,3 +1,6 @@
import { dotenvLoad } from "dotenv-mono";
const dotenv = dotenvLoad();
import { Elysia } from "elysia";
import { swagger } from "@elysiajs/swagger";
import { db } from "@minikura/db";

View File

@@ -17,5 +17,8 @@
"@biomejs/biome": "^1.9.1",
"concurrently": "^9.0.1",
"turbo": "^2.1.2"
},
"dependencies": {
"dotenv-mono": "^1.3.14"
}
}