Skip to content

Commit 5fe37a0

Browse files
committed
add dotenv
1 parent 955108e commit 5fe37a0

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
"@types/ws": "^8.18.1",
2727
"@typescript-eslint/eslint-plugin": "^8.48.0",
2828
"@typescript-eslint/parser": "^8.48.0",
29-
"dotenv": "^17.2.3",
3029
"eslint": "^9.39.1",
3130
"eslint-config-prettier": "^10.1.8",
3231
"eslint-plugin-prettier": "^5.5.4",
@@ -44,7 +43,8 @@
4443
"@prisma/client": "7.0.1",
4544
"@prisma/client-runtime-utils": "^7.0.1",
4645
"ioredis": "^5.8.2",
47-
"ws": "^8.18.3"
46+
"ws": "^8.18.3",
47+
"dotenv": "^17.2.3"
4848
},
4949
"packageManager": "pnpm@10.23.0+sha512.21c4e5698002ade97e4efe8b8b4a89a8de3c85a37919f957e7a0f30f38fbc5bbdd05980ffe29179b2fb6e6e691242e098d945d1601772cad0fef5fb6411e2a4b"
5050
}

pnpm-lock.yaml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)