Skip to content

Conversation

@ekzyis
Copy link
Member

@ekzyis ekzyis commented Nov 3, 2025

TODO:

  • 🚧 Q&A

Note

Cursor Bugbot is generating a summary for commit 2d29f1e. Configure here.

@ekzyis ekzyis added the refactor label Nov 3, 2025
@ekzyis ekzyis marked this pull request as draft November 3, 2025 15:37
Comment on lines +221 to +225
/** true if `process.env.NODE_ENV` is set to `development` */
export const __DEV__ = process.env.NODE_ENV === 'development'

/** true if `process.env.NODE_ENV` is set to `production` */
export const __PROD__ = process.env.NODE_ENV === 'production'
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Using /** ... */ enables intellisense:

2025-11-03-163918_1920x1080_scrot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants