File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed
Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 5757 "cookie-parser" : " ^1.4.6" ,
5858 "cross-env" : " ^7.0.3" ,
5959 "dayjs" : " ^1.11.8" ,
60+ "dotenv" : " ^16.4.7" ,
6061 "express" : " ^4.19.2" ,
6162 "qr-scanner" : " ^1.4.2" ,
6263 "query-string" : " ^8.1.0" ,
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ import path from "node:path";
1010import { fileURLToPath } from "node:url" ;
1111import * as nodePath from "node:path" ;
1212import * as nodeUrl from "node:url" ;
13+ import "dotenv/config" ;
1314
1415installGlobals ( ) ;
1516
Original file line number Diff line number Diff line change @@ -2736,6 +2736,11 @@ dom-helpers@^5.0.1:
27362736 " @babel/runtime" " ^7.8.7"
27372737 csstype "^3.0.2"
27382738
2739+ dotenv@^16.4.7 :
2740+ version "16.4.7"
2741+ resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.4.7.tgz#0e20c5b82950140aa99be360a8a5f52335f53c26"
2742+ integrity sha512-47qPchRCykZC03FhkYAhrvwU4xDBFIj1QPqaarj6mdM/hgUzfPHcpkHJOn3mJAufFeeAxAzeGsr5X0M4k6fLZQ==
2743+
27392744dunder-proto@^1.0.1 :
27402745 version "1.0.1"
27412746 resolved "https://registry.yarnpkg.com/dunder-proto/-/dunder-proto-1.0.1.tgz#d7ae667e1dc83482f8b70fd0f6eefc50da30f58a"
You can’t perform that action at this time.
0 commit comments