mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 19:53:36 +00:00
see #3358 used command: `find ./ -type f -exec perl -i -0pe 's/\/\*\s*magicmirror.*?\*\/\s*//si' {} \;` This is a first draft, I think we should preserve some of the comments.
4 lines
46 B
JavaScript
4 lines
46 B
JavaScript
module.exports = {
|
|
configs: ["kioskmode"]
|
|
};
|