UNPKG
patriot
Version:
latest (3.3.1-0.1.2)
3.3.1-0.1.2
3.2.0-0.4.0
3.2.0-0.1.1
3.2.0-0.1.0
3.1.0-0.2.0
Patriot command-line interface and node.js library.
github.com/sdiaz/patriot-cli
patriot
/
lib
/
common
/
config.js
11 lines
(9 loc)
•
215 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
/** * Configuration Files. * * Access configuration files on the
local
(project)
and
global (system) level. */
module
.exports = {
local
:
require
(
'./config/local'
), global:
require
(
'./config/global'
) };