mirror of
https://github.com/imgfloat/server.git
synced 2026-02-05 03:39:26 +00:00
Add wayland support for testing
This commit is contained in:
6
Makefile
6
Makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user