Skip to content

Commit

Permalink
Set developmentMode to false for production.
Browse files Browse the repository at this point in the history
  • Loading branch information
jameseaster committed Oct 8, 2024
1 parent 361c1e7 commit d2d1015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const cfg = {
// CHAPI is on by default
disableChapi: false,
// Development mode is false by default
developmentMode: true
developmentMode: false
};

// expose as `vueWallet` on shared web app config
Expand Down

0 comments on commit d2d1015

Please sign in to comment.