chore: update codeInspectorPlugin hotKeys

This commit is contained in:
Stephen Zhou 2025-05-16 09:13:52 +08:00
parent 0b92079dd0
commit a271f2de1e
No known key found for this signature in database
2 changed files with 0 additions and 2 deletions

View File

@ -52,7 +52,6 @@ export const viteRenderBaseConfig = {
codeInspectorPlugin({
bundler: "vite",
editor: "cursor",
hotKeys: ["metaKey"],
}),
sentryVitePlugin({
org: "follow-rg",

View File

@ -34,7 +34,6 @@ export default defineConfig({
codeInspectorPlugin({
bundler: "vite",
editor: "cursor",
hotKeys: ["metaKey"],
}),
],