13 lines
298 B
JavaScript
Raw Normal View History

2019-06-04 10:15:50 +02:00
/* Magic Mirror Test config sample environment
2017-01-30 12:29:32 -03:00
*
* By Rodrigo Ramírez Norambuena https://rodrigoramirez.com
* MIT Licensed.
*/
2021-07-05 00:40:01 +02:00
let config = require("./default.js");
2017-01-30 12:29:32 -03:00
/*************** DO NOT EDIT THE LINE BELOW ***************/
if (typeof module !== "undefined") {
module.exports = config;
}