Skip to content

Commit

Permalink
fix: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dragosp1011 committed Jan 29, 2025
1 parent 8238718 commit f953a5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/wallet/frontend/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const withBundleAnalyzer = require('@next/bundle-analyzer')({
enabled: process.env.ANALYZE === 'true'
})

let NEXT_PUBLIC_FEATURES_ENABLED = 'false'
let NEXT_PUBLIC_FEATURES_ENABLED = 'true'

if (
process.env.NODE_ENV === 'production' &&
Expand Down

0 comments on commit f953a5b

Please sign in to comment.