Skip to content

Commit

Permalink
chore: only execute remix dev tools if 'devTools' query params is pre…
Browse files Browse the repository at this point in the history
…sent in URL (#673)
  • Loading branch information
ChibiBlasphem authored Jan 28, 2025
1 parent 20ab37a commit 1afe28b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/app-builder/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ if (!isVitest) {
],
routeBoundaryGradient: 'gotham',
showBreakpointIndicator: false,
requireUrlFlag: true,
urlFlag: 'devTools',
},
}),
remix({
Expand Down

0 comments on commit 1afe28b

Please # to comment.