Skip to content

Show "DEV" badge in navbar on development mode πŸ› οΈΒ #340

Description

@anoopcodehack

Show "DEV" badge in navbar on development mode πŸ› οΈ
File: client/src/pages/Dashboard.jsx

No way to tell if you're on local dev
or production πŸ’€ fr!!

Fix:
const isDev = import.meta.env.DEV

{isDev && (

DEV

)}

~5 lines! Vite already provides import.meta.env.DEV βœ…
No backend needed 🎯
Disappears automatically in production!! πŸ”₯

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions