UNPKG

patriot

Version:

Patriot command-line interface and node.js library.

11 lines (9 loc) 215 B
/** * Configuration Files. * * Access configuration files on the local (project) and global (system) level. */ module.exports = { local: require('./config/local'), global: require('./config/global') };