removed dependencie worker_threads native

This commit is contained in:
2025-10-21 22:36:54 +02:00
parent fb0d0b6711
commit 364fb41f0e
2 changed files with 2 additions and 4 deletions

View File

@@ -20,8 +20,7 @@
"express": "^4.18.2",
"jsonwebtoken": "^9.0.2",
"sqlite3": "^5.1.6",
"uuid": "^9.0.0",
"worker_threads": "native"
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.2",