feat: improve archive parsing, add .json.xz support, and fix profile pic display

This commit is contained in:
ergosteur
2026-03-07 00:03:54 -05:00
parent cd7dc5f981
commit 47e44ec5e9
5 changed files with 169 additions and 42 deletions

View File

@@ -24,7 +24,8 @@
"react": "^19.0.0",
"react-dom": "^19.0.0",
"tailwind-merge": "^3.5.0",
"vite": "^6.2.0"
"vite": "^6.2.0",
"xz-decompress": "^0.2.3"
},
"devDependencies": {
"@types/express": "^4.17.21",