diff options
| author | Pinapelz <yukais@pinapelz.com> | 2026-06-03 10:13:55 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2026-06-03 10:13:55 -0700 |
| commit | 0d319fdf270fa5ec7792b1d864ca9dd616e0a78c (patch) | |
| tree | 2879b60957528900297e9e9e9e79ba0c84a42a55 /pnpm-lock.yaml | |
| parent | 01bdbf76024f51bbc1072e33ceffb0c59ae45032 (diff) | |
add dotenv to server
Diffstat (limited to 'pnpm-lock.yaml')
| -rw-r--r-- | pnpm-lock.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5a65dfe..88782a8 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -37,6 +37,9 @@ dependencies: cors: specifier: ^2.8.6 version: 2.8.6 + dotenv: + specifier: ^17.4.2 + version: 17.4.2 express: specifier: ^5.2.1 version: 5.2.1 @@ -4727,6 +4730,11 @@ packages: engines: {node: '>=10'} dev: false + /dotenv@17.4.2: + resolution: {integrity: sha512-nI4U3TottKAcAD9LLud4Cb7b2QztQMUEfHbvhTH09bqXTxnSie8WnjPALV/WMCrJZ6UV/qHJ6L03OqO3LcdYZw==} + engines: {node: '>=12'} + dev: false + /dunder-proto@1.0.1: resolution: {integrity: sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==} engines: {node: '>= 0.4'} |
