chores: gitignore .env file

This commit is contained in:
laansdole 2026-01-21 15:09:14 +07:00
parent e465c40ccf
commit c8fd5c5a77
2 changed files with 8 additions and 4 deletions

4
.env
View File

@ -1,4 +0,0 @@
BASE_URL=
API_KEY=
SERPER_DEV_API_KEY=
JINA_API_KEY=

View File

@ -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