Use module.exports, not exports
parent
3a24e0b3ad
commit
6bdc29682b
|
|
@ -318,4 +318,4 @@ function stdinError(msg)
|
||||||
console.error(colors.red.bold('ERROR: ') + colors.red(msg));
|
console.error(colors.red.bold('ERROR: ') + colors.red(msg));
|
||||||
}
|
}
|
||||||
|
|
||||||
export default mediaServer;
|
module.exports = mediaServer;
|
||||||
Loading…
Reference in New Issue