Advertisement
lscofield

getConfig.js

Aug 11th, 2022
672
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. const path = require('path')
  2. const store = new (require('node-storage'))(path.join(__dirname, 'polygon.json'))
  3. const config = store.get('config')
  4.  
  5. module.exports = {
  6.     config
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement