fix: library watching (#6802)

This commit is contained in:
Jason Rasmussen
2024-01-31 11:26:51 -05:00
committed by GitHub
parent c083636c51
commit b0d7434e7b
5 changed files with 30 additions and 67 deletions

View File

@@ -53,6 +53,7 @@
"axios": "^1.5.0",
"bcrypt": "^5.1.1",
"bullmq": "^4.8.0",
"chokidar": "^3.5.3",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"cookie-parser": "^1.4.6",
@@ -103,7 +104,6 @@
"@types/ua-parser-js": "^0.7.36",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"chokidar": "^3.5.3",
"dotenv": "^16.3.1",
"eslint": "^8.48.0",
"eslint-config-prettier": "^9.0.0",