vp migrate beta test#9
Conversation
There was a problem hiding this comment.
Code Review
This pull request migrates the frontend toolchain to Vite+, updating dependencies to use the pnpm catalog feature, moving overrides to a new pnpm-workspace.yaml file, and updating test imports from vitest to vite-plus/test. Feedback is provided regarding a missing required 'packages' field in the newly added pnpm-workspace.yaml, which is necessary for pnpm to correctly recognize the workspace root.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
| @@ -0,0 +1,23 @@ | |||
| overrides: | |||
There was a problem hiding this comment.
No description provided.