mirror of
https://github.com/YuzuZensai/Minikura.git
synced 2026-01-06 04:32:37 +00:00
🐛 fix: env
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -17,5 +17,8 @@
|
||||
"@biomejs/biome": "^1.9.1",
|
||||
"concurrently": "^9.0.1",
|
||||
"turbo": "^2.1.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"dotenv-mono": "^1.3.14"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user