Initial Labels Page & API

This commit is contained in:
allanice001
2025-09-03 09:27:57 +01:00
parent 7f29580d3b
commit 26aef56d1d
46 changed files with 7286 additions and 95 deletions

View File

@@ -70,7 +70,7 @@ clean:
@echo ">> Cleaning artifacts..."
@rm -rf $(BIN) docs/swagger.* docs/docs.go $(UI_DIR)/dist
dev: swagger ui
dev: swagger
@echo ">> Starting Vite (frontend) and Go API (backend)..."
@cd $(UI_DIR) && \
( \