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,6 +1,6 @@
{
"name": "sknsybot",
"version": "0.4.0.b1",
"version": "0.4.0.b2",
"private": true,
"description": "",
"license": "Apache-2.0",
@ -14,13 +14,14 @@
"dependencies": {
"chalk": "^5.4.1",
"discord.js": "^14.14.1",
"dotenv": "^16.4.7",
"dotenv": "^17.3.1",
"drizzle-orm": "^0.45.1",
"node-cron": "^3.0.3",
"pg": "^8.18.0",
"wikijs": "^6.4.1"
},
"devDependencies": {
"@types/chalk": "^0.4.31",
"@types/node": "^22.10.7",
"@types/node-cron": "^3.0.11",
"@types/pg": "^8.16.0",