9 lines
225 B
JavaScript
9 lines
225 B
JavaScript
let config = require(`${process.cwd()}/tests/configs/default.js`).configFactory({
|
|
port: 8090
|
|
});
|
|
|
|
/*************** DO NOT EDIT THE LINE BELOW ***************/
|
|
if (typeof module !== "undefined") {
|
|
module.exports = config;
|
|
}
|