Skip to content

Commit

Permalink
chore: close dev mode
Browse files Browse the repository at this point in the history
  • Loading branch information
AricRedemption committed Sep 6, 2024
1 parent 33b6d20 commit 961c472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const IS_WINDOWS = /windows/i.test(navigator.userAgent)
export const NOTIFICATION_WIDTH = IS_WINDOWS ? 366 : 360
export const NOTIFICATION_HEIGHT = IS_WINDOWS ? 640 : 630

export const DEBUG = true
export const DEBUG = false
export const IS_DEV = process.env.NODE_ENV === 'development'

export const UNISAT_ENABLED = false

0 comments on commit 961c472

Please sign in to comment.