Move dotenv to dependencies (needed for drizzle.config.ts)

This commit is contained in:
Christomatt
2026-01-31 07:40:34 +01:00
parent 7228edb995
commit 526ba8bed3
+1 -1
View File
@@ -24,6 +24,7 @@
"@upstash/redis": "^1.34.3", "@upstash/redis": "^1.34.3",
"bcryptjs": "^2.4.3", "bcryptjs": "^2.4.3",
"crypto-js": "^4.2.0", "crypto-js": "^4.2.0",
"dotenv": "^17.2.3",
"drizzle-kit": "^0.31.8", "drizzle-kit": "^0.31.8",
"drizzle-orm": "^0.44.1", "drizzle-orm": "^0.44.1",
"jose": "^6.0.11", "jose": "^6.0.11",
@@ -45,7 +46,6 @@
"@types/react": "^19", "@types/react": "^19",
"@types/react-dom": "^19", "@types/react-dom": "^19",
"@types/uuid": "^10.0.0", "@types/uuid": "^10.0.0",
"dotenv": "^17.2.3",
"dotenv-cli": "^11.0.0", "dotenv-cli": "^11.0.0",
"eslint": "^9", "eslint": "^9",
"eslint-config-next": "16.1.4", "eslint-config-next": "16.1.4",