refactoring

This commit is contained in:
Ettore Di Giacinto
2025-02-26 22:37:48 +01:00
parent 0139b79835
commit 0a18d8409e
22 changed files with 90 additions and 41 deletions

View File

@@ -7,8 +7,9 @@ tests:
webui-nokb:
$(MAKE) webui KBDISABLEINDEX=true
.PHONY: webui
webui:
cd example/webui && $(GOCMD) run ./
$(GOCMD) run ./
webui-image:
docker build -t $(IMAGE_NAME) -f Dockerfile.webui .