dotenv -> dotenvx

This commit is contained in:
Scott Motte 2026-01-28 08:44:18 +01:00
parent 9688454a30
commit 8ba58de37e
3 changed files with 13492 additions and 2 deletions

13490
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -158,6 +158,7 @@
"@aws-sdk/client-bedrock": "^3.975.0", "@aws-sdk/client-bedrock": "^3.975.0",
"@buape/carbon": "0.14.0", "@buape/carbon": "0.14.0",
"@clack/prompts": "^0.11.0", "@clack/prompts": "^0.11.0",
"@dotenvx/dotenvx": "^1.52.0",
"@grammyjs/runner": "^2.0.3", "@grammyjs/runner": "^2.0.3",
"@grammyjs/transformer-throttler": "^1.2.1", "@grammyjs/transformer-throttler": "^1.2.1",
"@homebridge/ciao": "^1.3.4", "@homebridge/ciao": "^1.3.4",
@ -182,7 +183,6 @@
"croner": "^9.1.0", "croner": "^9.1.0",
"detect-libc": "^2.1.2", "detect-libc": "^2.1.2",
"discord-api-types": "^0.38.37", "discord-api-types": "^0.38.37",
"dotenv": "^17.2.3",
"express": "^5.2.1", "express": "^5.2.1",
"file-type": "^21.3.0", "file-type": "^21.3.0",
"grammy": "^1.39.3", "grammy": "^1.39.3",

View File

@ -1,7 +1,7 @@
import fs from "node:fs"; import fs from "node:fs";
import path from "node:path"; import path from "node:path";
import dotenv from "dotenv"; import dotenv from "@dotenvx/dotenvx";
import { resolveConfigDir } from "../utils.js"; import { resolveConfigDir } from "../utils.js";