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
/
dist
/
src
/
configuration
/
configuration-options.interface.js
9 lines
•
306 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
DefaultConfigfyModuleOptions
=
void
0
;
exports
.
DefaultConfigfyModuleOptions
= {
ignoreConfigFile
:
false
,
ignoreEnvVars
:
false
,
expandConfig
:
true
, };
//# sourceMappingURL=configuration-options.interface.js.map