Commit 1b4f7e8
fix: disable DevTools in production builds
- Remove automatic DevTools opening in production mode
- Keep DevTools only for development mode (!isTest)
- Add comment explaining DevTools behavior
- Ensure clean production user experience
DevTools will now only open when:
- NODE_ENV === 'development'
- NODE_ENV !== 'test'
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 1c4ed61 commit 1b4f7e8
1 file changed
+1
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
| 55 | + | |
59 | 56 | | |
60 | 57 | | |
61 | 58 | | |
| |||
0 commit comments