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 e4c53364c3
commit c8e3026ffd
5 changed files with 169 additions and 42 deletions
+2 -1
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",