feat(dependencies): add comlink library to package.json for improved worker communication

This commit is contained in:
Sadrinho27 2025-12-02 00:10:21 +01:00
parent f7b9129401
commit 8fdd756d86

View File

@ -29,6 +29,7 @@
},
"dependencies": {
"axios": "^1.7.8",
"comlink": "^4.4.2",
"jose": "^6.0.11",
"vite-plugin-wasm": "^3.3.0"
}