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.ts
8 lines
(4 loc)
•
119 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
import
{
type
ApplicationConfig
}
from
'@preon/core'
;
const
config
:
ApplicationConfig
= { };
export
default
config;