4 lines
70 B
JavaScript
4 lines
70 B
JavaScript
|
|
||
|
module.exports = config => ({
|
||
|
main: require("./main")(config)
|
||
|
});
|