Add wayland support for testing

This commit is contained in:
2026-01-08 16:33:39 +01:00
parent 9e5d53e530
commit a2827573fd
4 changed files with 74 additions and 4 deletions

View File

@@ -53,10 +53,14 @@ package:
run-client:
IMGFLOAT_CHANNELS_URL=http://localhost:8080/channels $(ELECTRON) ./src/main/node/app.js
.PHONY: runx
.PHONY: run-client-x
run-client-x:
IMGFLOAT_CHANNELS_URL=http://localhost:8080/channels ./src/main/shell/run-electron-app-in-xorg $(ELECTRON)
.PHONY: run-client-wl
run-client-wl:
IMGFLOAT_CHANNELS_URL=http://localhost:8080/channels ./src/main/shell/run-electron-app-in-xorg $(ELECTRON)
.PHONY: fix
fix: node_modules
./node_modules/.bin/prettier --write src