fix: fixed seed commnd Makefile

This commit is contained in:
2025-08-05 11:42:31 +01:00
parent da42646bbf
commit 4a8d52616f
2 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -1 +1,2 @@
.envrc .envrc
/bin/
+2 -2
View File
@@ -27,8 +27,8 @@ migrate-down:
.PHONY: seed .PHONY: seed
seed: seed:
@go run cmd/migrate/seed/main.go @DB_ADDR=$(DB_ADDR) go run cmd/migrate/seed/main.go
.PHONY: gen-docs .PHONY: gen-docs
gen-docs: gen-docs:
@swag init -g ./api/main.go -d cmd,internal && swag fmt @swag init -g ./api/main.go -d cmd,internal && swag fmt