mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 15:17:25 +01:00
fix: Use module.exports instead of export default
This commit is contained in:
@@ -21,4 +21,4 @@ if (IS_PROD) {
|
||||
});
|
||||
}
|
||||
|
||||
export default logger;
|
||||
module.exports = logger;
|
||||
|
||||
Reference in New Issue
Block a user