Advertisement
Guest User

Untitled

a guest
Jul 16th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. // exports chatkit keys based on environment - dev / production
  2. if (process.env.NODE_ENV === 'production') {
  3. module.exports = require('./prod')
  4. } else {
  5. module.exports = require('./dev')
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement