chore: update codeInspectorPlugin hotKeys
This commit is contained in:
parent
0b92079dd0
commit
a271f2de1e
|
|
@ -52,7 +52,6 @@ export const viteRenderBaseConfig = {
|
|||
codeInspectorPlugin({
|
||||
bundler: "vite",
|
||||
editor: "cursor",
|
||||
hotKeys: ["metaKey"],
|
||||
}),
|
||||
sentryVitePlugin({
|
||||
org: "follow-rg",
|
||||
|
|
|
|||
|
|
@ -34,7 +34,6 @@ export default defineConfig({
|
|||
codeInspectorPlugin({
|
||||
bundler: "vite",
|
||||
editor: "cursor",
|
||||
hotKeys: ["metaKey"],
|
||||
}),
|
||||
],
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue