(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
@@ -13,6 +13,7 @@ and this project adheres to
- ✨(backend) allow searching the recording admin table by owner email
- ✨(frontend) add participant color gradient when camera is off #1490
- ✨(all) allow forcing SSO display name for authenticated users
- (frontend) install vite-plugin-static-copy for MediaPipe WASM assets
### Changed