Skip to content

Commit

Permalink
chore (Deploy heroku): configure store
Browse files Browse the repository at this point in the history
  • Loading branch information
Benny Ogidan authored and Benny Ogidan committed Oct 22, 2017
1 parent 55e5217 commit 8bb3bfa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified client/.DS_Store
Binary file not shown.
4 changes: 2 additions & 2 deletions client/src/app/store/configStore.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
if (process.env.NODE_ENV === 'production') {
module.exports = global.require('./configStore.prod');
module.exports = require('./configStore.prod');
} else {
module.exports = global.require('./configStore.dev');
module.exports = require('./configStore.dev');
}

0 comments on commit 8bb3bfa

Please sign in to comment.