Add custom domain option

This commit is contained in:
2026-01-13 10:44:05 +01:00
parent 2cd2c265a3
commit b5dda31360
11 changed files with 86 additions and 12 deletions

View File

@@ -15,17 +15,16 @@ node_modules: package-lock.json
.PHONY: run
run:
$(ELECTRON) src/main.js
LOCAL_DOMAIN=1 $(ELECTRON) src/main.js
.PHONY: run-x
run-x:
./util/run-xorg $(ELECTRON)
LOCAL_DOMAIN=1 ./util/run-xorg $(ELECTRON)
.PHONY: run-wl
run-wl:
./util/run-wl $(ELECTRON)
LOCAL_DOMAIN=1 ./util/run-wl $(ELECTRON)
.PHONY: fix
fix: node_modules
./node_modules/.bin/prettier --write src