fix: load env variables

This commit is contained in:
lucas-neynar
2025-03-13 13:45:40 -07:00
parent 317e302e48
commit f040e9dcf9
7 changed files with 114 additions and 42 deletions

13
package-lock.json generated
View File

@@ -18,6 +18,7 @@
"@upstash/redis": "^1.34.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dotenv": "^16.4.7",
"inquirer": "^12.4.3",
"localtunnel": "^2.0.2",
"lucide-react": "^0.469.0",
@@ -4661,6 +4662,18 @@
"node": ">=6.0.0"
}
},
"node_modules/dotenv": {
"version": "16.4.7",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.4.7.tgz",
"integrity": "sha512-47qPchRCykZC03FhkYAhrvwU4xDBFIj1QPqaarj6mdM/hgUzfPHcpkHJOn3mJAufFeeAxAzeGsr5X0M4k6fLZQ==",
"license": "BSD-2-Clause",
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://dotenvx.com"
}
},
"node_modules/duplexify": {
"version": "4.1.3",
"resolved": "https://registry.npmjs.org/duplexify/-/duplexify-4.1.3.tgz",