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
/
index.js
6 lines
•
166 B
JavaScript
View Raw
1
2
3
4
5
6
'use strict'
;
function
__export
(
m
) {
for
(
var
p
in
m)
if
(!
exports
.
hasOwnProperty
(p))
exports
[p] = m[p]; }
exports
.
__esModule
=
true
;
__export
(
require
(
"./dist"
));