Update Makefile

This commit is contained in:
xxnuo
2025-12-28 22:48:04 +08:00
parent 7a9324b11d
commit e1f2c90b06

View File

@@ -37,7 +37,7 @@ download: download-core download-records
generate-docs:
@echo "Generating docs..."
@GOOS= GOARCH= go run github.com/swaggo/swag/cmd/swag@latest init -g ./cmd/mtranserver/main.go -o ./internal/docs
@GOOS= GOARCH= go run github.com/swaggo/swag/cmd/swag@latest init -d ./cmd/mtranserver,./internal/handlers,./internal/models -g main.go -o ./internal/docs
@echo "Docs generated successfully"
build-ui: