mirror of
https://github.com/MichMich/MagicMirror.git
synced 2026-01-06 22:11:35 +00:00
fix double load of positions now that check:config at startup is active (#3565)
after adding check:config to the MM startup process, #3450, we accidentally discover module positions more than once, and write the file each time.. add a check to see if we have done this work already
This commit is contained in:
@@ -36,6 +36,7 @@ _This release is scheduled to be released on 2024-10-01._
|
||||
- [core] Detail optimizations in `config_check.js`
|
||||
- [core] Updated minimal needed node version in `package.json` (currently v20.9.0) (#3559) and except for v21 (no security updates) (#3561)
|
||||
- [linter] Switch to ESLint v9 and flat config and replace `eslint-plugin-unicorn` by `@eslint/js`
|
||||
- [core] fix discovering module positions twice after #3450
|
||||
|
||||
### Fixed
|
||||
|
||||
|
||||
Reference in New Issue
Block a user