mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-12-15 02:57:27 +00:00
[fix] Fix start:dev script (#3773)
This will fix #3772 caused by #3764. Since I work with `start:wayland:dev` instead of `start:dev`, I didn't notice this, sorry.
This commit is contained in:
committed by
GitHub
parent
a5b85c4ab6
commit
7b4d363b07
@@ -37,7 +37,7 @@
|
||||
"prepare": "[ -f node_modules/.bin/husky ] && husky || echo no husky installed.",
|
||||
"server": "node ./serveronly",
|
||||
"start": "node --run start:x11",
|
||||
"start:dev": "node --run start -- dev",
|
||||
"start:dev": "node --run start:x11 -- dev",
|
||||
"start:wayland": "WAYLAND_DISPLAY=\"${WAYLAND_DISPLAY:=wayland-1}\" ./node_modules/.bin/electron js/electron.js --enable-features=UseOzonePlatform --ozone-platform=wayland",
|
||||
"start:wayland:dev": "node --run start:wayland -- dev",
|
||||
"start:windows": ".\\node_modules\\.bin\\electron js\\electron.js",
|
||||
|
||||
Reference in New Issue
Block a user