Skip to content

Commit

Permalink
Update index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
russelgal authored Sep 17, 2024
1 parent 7ae221b commit 729179d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/start/src/shared/dev-overlay/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export interface DevOverlayProps {
}

const DevOverlayDialog =
/* #__PURE__ */ process.env.NODE_ENV === "production"
/* #__PURE__ */ process.env.NODE_ENV === "production" && !import.meta.env.START_DEV_OVERLAY
? () => {
return <></>;
}
Expand Down

0 comments on commit 729179d

Please sign in to comment.