Skip to content

Commit

Permalink
fix: turn off server-ref debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Mar 7, 2024
1 parent e32ea96 commit 9466212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/slidev/node/plugins/preset.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ export async function ViteSlidevPlugin(
: null,

ServerRef({
debug: process.env.NODE_ENV === 'development',
debug: false, // process.env.NODE_ENV === 'development',
state: {
sync: false,
nav: {
Expand Down

0 comments on commit 9466212

Please sign in to comment.