mirror of
https://github.com/OpenBMB/ChatDev.git
synced 2026-08-01 19:06:06 +00:00
chores: gitignore .env file
This commit is contained in:
parent
e465c40ccf
commit
c8fd5c5a77
8
Makefile
8
Makefile
@ -5,3 +5,11 @@ server:
|
|||||||
.PHONY: client
|
.PHONY: client
|
||||||
client:
|
client:
|
||||||
@cd frontend && VITE_API_BASE_URL=http://localhost:6400 npm run dev
|
@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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user