Add wayland and windows start options (#3594)

This PR adds start options for Wayland and Windows.

This would solve issue #3582.

**To Do if this PR is merged:**

- [ ] Adjust [Windows
section](https://docs.magicmirror.builders/getting-started/installation.html#windows)
in documentation
- [ ] Add Wayland section to the documentation
This commit is contained in:
Kristjan ESPERANTO
2024-10-23 21:42:29 +02:00
committed by GitHub
parent b54fc08da7
commit aa7e856170
2 changed files with 12 additions and 5 deletions

View File

@@ -11,8 +11,9 @@ _This release is scheduled to be released on 2025-01-01._
### Added
- [linter] re-added `eslint-plugin-import`now that it supports ESLint v9
- [docs] Added step for npm publishing in release process
- [core] Add wayland and windows start options to `package.json` (#3594)
- [linter] re-added `eslint-plugin-import`now that it supports ESLint v9 (#3586)
- [docs] Added step for npm publishing in release process (#3595)
### Removed
@@ -23,7 +24,7 @@ _This release is scheduled to be released on 2025-01-01._
- [repo] reactivated `stale.yaml` as github action to mark issues as stale after 60 days and close them 7 days later (if no activity)
- [core] Update electron dependency to v32 (test electron rebuild)
- [tests] All test configs have been updated to allow full external access, allowing for easier debugging (especially when running as a container)
- [core] Run and test with node 23
- [core] Run and test with node 23 (#3588)
### Fixed