1
0
Fork 0

add conf to remember preferred config

This commit is contained in:
Travis Fischer 2018-03-15 23:54:41 -04:00 committed by Joost De Cock
parent e180e34ee5
commit 288d18f616
6 changed files with 59 additions and 13 deletions

View file

@ -0,0 +1,5 @@
'use strict'
const Conf = require('conf')
module.exports = new Conf()