feat: 更新 init 目标以生成服务并调整生成顺序

This commit is contained in:
Rogee
2025-09-23 16:02:32 +08:00
parent 14ccc7e188
commit 1a7bb737af

View File

@@ -38,9 +38,9 @@ tools:
.PHONY: init
init: tools
@atomctl swag init
@atomctl gen route
@atomctl gen enum
@atomctl gen provider
@atomctl gen route
@atomctl gen service
@buf generate
@go mod tidy
@go get -u