feat: update dependencies and add video-tools package
- Added "@kevisual/video-tools" dependency to server/package.json. - Updated VITE_API_URL in astro.config.mjs to point to new local server. - Modified proxy settings in astro.config.mjs to include WebSocket support. - Updated various dependencies in web/package.json for improved functionality and security. - Refactored MuseApp component to use new resizable panel components. - Implemented real-time text display and copy functionality in VadVoice component. - Created a new Relatime class for handling WebSocket connections and real-time updates. - Added new board and muse pages to render the Record component.
This commit is contained in:
@@ -15,9 +15,9 @@
|
||||
"keywords": [],
|
||||
"author": "abearxiong <xiongxiao@xiongxiao.me> (https://www.xiongxiao.me)",
|
||||
"license": "MIT",
|
||||
"packageManager": "pnpm@10.18.3",
|
||||
"packageManager": "pnpm@10.26.1",
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
"turbo": "^2.5.8"
|
||||
"turbo": "^2.7.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user