vp migrate beta test#3
Conversation
There was a problem hiding this comment.
Code Review
This pull request configures the project to use Vite+ and OXC, updating VS Code settings, simplifying the AGENTS.md documentation, adjusting TypeScript path mappings in apps/portal/tsconfig.json, and adding a vite.config.ts configuration for the portal app. Additionally, dependency catalogs in pnpm-workspace.yaml and package.json are updated to pin specific commit versions of Vite+ core. Regarding feedback, the configuration path oxc.fmt.configPath in .vscode/settings.json is set to ./vite.config.ts, but there is no vite.config.ts at the root of the monorepo (only inside apps/portal/), which may cause the OXC VS Code extension to fail to find the configuration.
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.
| }, | ||
| "oxc.fmt.configPath": "./vite.config.ts" |
There was a problem hiding this comment.
The configuration path oxc.fmt.configPath is set to ./vite.config.ts, but there is no vite.config.ts file at the root of this monorepo (the only configuration file is located at apps/portal/vite.config.ts). This will cause the OXC VS Code extension to fail to find the configuration file, potentially breaking formatting. Consider removing this setting to let the extension auto-detect the configuration, or update it to the correct path.
}
No description provided.