Skip to content

Commit 33532cf

Browse files
committed
add missing import
1 parent 903fdde commit 33532cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/nuxt/src/vite/utils.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import * as fs from 'fs';
22
import * as path from 'path';
3+
import { consoleSandbox } from '@sentry/core';
34

45
/**
56
* Find the default SDK init file for the given type (client or server).

0 commit comments

Comments
 (0)