更新makefile
This commit is contained in:
11
Makefile
11
Makefile
@@ -10,10 +10,15 @@ help:
|
|||||||
@echo " build Build the application"
|
@echo " build Build the application"
|
||||||
@echo " clean Clean generated files"
|
@echo " clean Clean generated files"
|
||||||
@echo " test Run all tests"
|
@echo " test Run all tests"
|
||||||
@echo " swag Generate swagger docs"
|
@echo " swag Generate Swagger docs"
|
||||||
@echo " help Show this help message"
|
|
||||||
@echo " proto Generate protobuf files"
|
@echo " proto Generate protobuf files"
|
||||||
@echo " lint Lint the code"
|
@echo " lint Lint the code"
|
||||||
|
@echo " dev Run in development mode with hot-reload"
|
||||||
|
@echo " mcp-chrome Start the Google Chrome MCP server"
|
||||||
|
@echo " mcp-pgsql Start the PostgreSQL MCP server"
|
||||||
|
@echo " tree Generate the project file structure list"
|
||||||
|
@echo " gemini Start the gemini-cli"
|
||||||
|
@echo " help Show this help message"
|
||||||
|
|
||||||
# 运行应用
|
# 运行应用
|
||||||
.PHONY: run
|
.PHONY: run
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ design/archive/2025-11-05-provide-logger-with-mothed/task-webhook.md
|
|||||||
design/archive/2025-11-06-health-check-routing/index.md
|
design/archive/2025-11-06-health-check-routing/index.md
|
||||||
design/archive/2025-11-06-system-plan-continuously-triggered/index.md
|
design/archive/2025-11-06-system-plan-continuously-triggered/index.md
|
||||||
design/archive/2025-11-10-exceeding-threshold-alarm/index.md
|
design/archive/2025-11-10-exceeding-threshold-alarm/index.md
|
||||||
design/recipe-management/index.md
|
design/archive/2025-11-29-recipe-management/index.md
|
||||||
docs/docs.go
|
docs/docs.go
|
||||||
docs/swagger.json
|
docs/swagger.json
|
||||||
docs/swagger.yaml
|
docs/swagger.yaml
|
||||||
|
|||||||
Reference in New Issue
Block a user