UNPKG
preon
Version:
latest (1.0.4)
1.0.4
1.0.1
1.0.0
1.0.0-alpha.0
0.2.2
0.2.1
0.2.0
0.1.15
0.1.14
0.1.12
0.1.11
0.1.7
0.1.6
0.1.3
0.0.2
0.0.2-wip
a smaller nodejs micro-service framework
github.com/preonJs/preon
preonJs/preon
preon
/
src
/
config
/
config.development.js
5 lines
•
168 B
JavaScript
View Raw
1
2
3
4
5
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
const
config = {};
exports
.
default
= config;
//# sourceMappingURL=config.development.js.map