0.4.0b2 database fix (and dotenv loading)

This commit is contained in:
Yusur 2026-02-25 11:59:17 +01:00
parent 5b98a2e98a
commit 9919e74836
7 changed files with 49 additions and 22 deletions

View file

@ -1,5 +1,7 @@
{
"compilerOptions": {
"target": "es2017",
"module": "preserve",
"rootDir": "src/",
"outDir": "build/",
"esModuleInterop": true,