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

View File

@@ -16,15 +16,16 @@
"@graphql-codegen/typescript": "4.1.2",
"@graphql-codegen/typescript-resolvers": "4.4.1",
"@jest/globals": "^29.7.0",
"@types/jsonwebtoken": "^9.0.8",
"@types/node": "^22.10.2",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"typescript": "^5.7.2",
"@types/jsonwebtoken": "^9.0.8"
"typescript": "^5.7.2"
},
"private": true,
"dependencies": {
"@apollo/server": "^4.11.2",
"dotenv": "^16.4.7",
"graphql": "^16.10.0",
"jsonwebtoken": "^9.0.2"
}