Skip to content

Commit

Permalink
chore: enable navigation aid in matka dev
Browse files Browse the repository at this point in the history
  • Loading branch information
vesameskanen committed Jan 20, 2025
1 parent b11027b commit 130e376
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/configurations/config.matka.js
Original file line number Diff line number Diff line change
Expand Up @@ -436,4 +436,10 @@ export default {
value: 1800,
},
],
// features that should not be deployed to production
experimental: {
navigation:
process.env.RUN_ENV === 'development' ||
process.env.NODE_ENV !== 'production',
},
};

0 comments on commit 130e376

Please sign in to comment.