add websockets to get downloads list

This commit is contained in:
2026-02-20 22:54:26 +03:00
parent e87d02b1cb
commit de495c0f78
8 changed files with 121 additions and 43 deletions

View File

@@ -12,7 +12,8 @@
"dependencies": {
"@tanstack/react-query": "^5.90.21",
"react": "^19.2.0",
"react-dom": "^19.2.0"
"react-dom": "^19.2.0",
"react-hot-toast": "^2.6.0"
},
"devDependencies": {
"@eslint/js": "^9.39.1",