Skip to content

Commit

Permalink
Fix Integration name
Browse files Browse the repository at this point in the history
  • Loading branch information
HazAT committed Nov 20, 2023
1 parent b2d711d commit 196215d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/integrations/vite-inspect/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type { Integration } from '../integration';
import ViteInspect from './vite-inspect';

export default function consoleIntegration() {
export default function viteInspectIntegration() {
return {
name: 'vite-inspect',
tabs: () => [
Expand Down

0 comments on commit 196215d

Please sign in to comment.