Add graphify, tests and supabase migrations & config

This commit is contained in:
2026-07-17 22:35:58 +04:00
parent 1069c93e6d
commit a5fd186320
15 changed files with 2399 additions and 6 deletions
+5
View File
@@ -84,4 +84,9 @@ compose-down:
clean:
rm -rf $(BIN_DIR)
.PHONY: graphify
graphify:
$(GO) run ./scripts/graphify/main.go
.DEFAULT_GOAL := build