Skip to content

Commit 9e4ced6

Browse files
committed
chore: cleanup
1 parent c9270c2 commit 9e4ced6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/plugin-rsc/examples/browser-mode/vite.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ import {
55
vitePluginUseServer,
66
vitePluginDefineEncryptionKey,
77
} from '@vitejs/plugin-rsc/plugin'
8-
import inspect from 'vite-plugin-inspect'
8+
// import inspect from 'vite-plugin-inspect'
99

1010
export default defineConfig({
1111
plugins: [
12-
inspect(),
12+
// inspect(),
1313
vitePluginRscMinimal(),
1414
vitePluginUseClient({
1515
environment: {

0 commit comments

Comments
 (0)