Module project, commit, submission
All checks were successful
Build and Release / release (push) Successful in 1m15s

This commit is contained in:
2026-04-26 16:31:03 +07:00
parent ac90236022
commit 6918a100fc
60 changed files with 5957 additions and 1020 deletions

View File

@@ -30,4 +30,7 @@ run:
build:
@set GOOS=linux& set GOARCH=amd64& set CGO_ENABLED=0&go build -trimpath -ldflags="-s -w" -o build/history-api $(MAIN_APP)
dev: swagger sqlc migrate-up run
dev: swagger sqlc migrate-up run
docker-up:
docker compose --env-file ./assets/resources/.env up -d --build --remove-orphans