feat: add complete pet consultation SOP

This commit is contained in:
Eric 1549169735@qq.com
2026-08-08 21:50:38 +08:00
parent 602b567d22
commit 0ec1d0f39d
10 changed files with 386 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
WEB_DIR := web
.PHONY: web-install web-build build test vet check
.PHONY: web-install web-build build test vet check seed-pet-doctor
web-install:
cd $(WEB_DIR) && npm install
@@ -18,3 +18,6 @@ vet:
go vet ./...
check: test vet
seed-pet-doctor:
go run ./scripts/seed-pet-doctor