UNPKG
@shons/next-configify
Version:
latest (1.0.1)
1.0.1
NestJS Config on Next Steroids
github.com/shonbir/next-configify
shonbir/next-configify
@shons/next-configify
/
src
/
configuration
/
resolvers
/
index.ts
4 lines
(3 loc)
•
119 B
text/typescript
View Raw
1
2
3
4
export
*
from
'./aws'
;
export
*
from
'./configuration-resolver.interface'
;
export
*
from
'./resolved-value.interface'
;