dotenv -> dotenvx
This commit is contained in:
parent
9688454a30
commit
8ba58de37e
13490
package-lock.json
generated
Normal file
13490
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
@ -158,6 +158,7 @@
|
||||
"@aws-sdk/client-bedrock": "^3.975.0",
|
||||
"@buape/carbon": "0.14.0",
|
||||
"@clack/prompts": "^0.11.0",
|
||||
"@dotenvx/dotenvx": "^1.52.0",
|
||||
"@grammyjs/runner": "^2.0.3",
|
||||
"@grammyjs/transformer-throttler": "^1.2.1",
|
||||
"@homebridge/ciao": "^1.3.4",
|
||||
@ -182,7 +183,6 @@
|
||||
"croner": "^9.1.0",
|
||||
"detect-libc": "^2.1.2",
|
||||
"discord-api-types": "^0.38.37",
|
||||
"dotenv": "^17.2.3",
|
||||
"express": "^5.2.1",
|
||||
"file-type": "^21.3.0",
|
||||
"grammy": "^1.39.3",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
import fs from "node:fs";
|
||||
import path from "node:path";
|
||||
|
||||
import dotenv from "dotenv";
|
||||
import dotenv from "@dotenvx/dotenvx";
|
||||
|
||||
import { resolveConfigDir } from "../utils.js";
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user