add dotenv support

This commit is contained in:
2025-02-10 10:32:18 -08:00
parent 4351c6d454
commit a3efae9f24
3 changed files with 7 additions and 3 deletions

2
package-lock.json generated
View File

@@ -9,6 +9,7 @@
"version": "1.0.0",
"dependencies": {
"@apollo/server": "^4.11.2",
"dotenv": "^16.4.7",
"graphql": "^16.10.0",
"jsonwebtoken": "^9.0.2"
},
@@ -4856,7 +4857,6 @@
"version": "16.4.7",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.4.7.tgz",
"integrity": "sha512-47qPchRCykZC03FhkYAhrvwU4xDBFIj1QPqaarj6mdM/hgUzfPHcpkHJOn3mJAufFeeAxAzeGsr5X0M4k6fLZQ==",
"dev": true,
"engines": {
"node": ">=12"
},