fix(bigbot-example): add missing dotenv dependency (#4064)

Co-authored-by: Fleny <Fleny113@outlook.com>
This commit is contained in:
Dominik Koch
2024-12-28 21:56:03 +01:00
committed by GitHub
co-authored by Fleny
parent afb9e3a453
commit 6859c1a00c
2 changed files with 9 additions and 0 deletions
+1
View File
@@ -24,6 +24,7 @@
"@influxdata/influxdb-client": "^1.33.2",
"amqplib": "^0.10.4",
"chalk": "^5.3.0",
"dotenv": "^16.4.7",
"fastify": "^5.1.0"
},
"devDependencies": {