Use module.exports, not exports
This commit is contained in:
+1
-1
@@ -318,4 +318,4 @@ function stdinError(msg)
|
||||
console.error(colors.red.bold('ERROR: ') + colors.red(msg));
|
||||
}
|
||||
|
||||
export default mediaServer;
|
||||
module.exports = mediaServer;
|
||||
Reference in New Issue
Block a user