(frontend) install vite-plugin-static-copy for MediaPipe WASM assets

Add vite-plugin-static-copy as a dependency. It will be used to copy
and serve the WASM modules shipped by the MediaPipe JS dependency
from the frontend build output.
This commit is contained in:
lebaudantoine
2026-07-11 15:21:56 +02:00
committed by aleb_the_flash
parent b66f82e4b7
commit 85f886d9c5
3 changed files with 116 additions and 0 deletions
+1
View File
@@ -70,6 +70,7 @@
"typescript": "6.0.3",
"typescript-eslint": "8.60.1",
"vite": "8.0.14",
"vite-plugin-static-copy": "4.1.1",
"vite-plugin-svgr": "5.2.0"
}
}