diff --git a/.env b/.env deleted file mode 100755 index b18fc6bf..00000000 --- a/.env +++ /dev/null @@ -1,4 +0,0 @@ -BASE_URL= -API_KEY= -SERPER_DEV_API_KEY= -JINA_API_KEY= \ No newline at end of file diff --git a/Makefile b/Makefile index 8364ceca..3084abe8 100644 --- a/Makefile +++ b/Makefile @@ -5,3 +5,11 @@ server: .PHONY: client client: @cd frontend && VITE_API_BASE_URL=http://localhost:6400 npm run dev + +.PHONY: sync +sync: + @uv run python tools/sync_vuegraphs.py + +.PHONY: validate-yamls +validate-yamls: + @uv run python tools/validate_all_yamls.py