Skip to content

Commit

Permalink
Merge branch 'dev' into feat/lifestyle-tag
Browse files Browse the repository at this point in the history
  • Loading branch information
bRight36691 authored Feb 25, 2025
2 parents 4dc85bd + f17218a commit 143ec7e
Show file tree
Hide file tree
Showing 33 changed files with 3,093 additions and 350 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
build:
go build -o bin/server ./cmd/server/main.go

run: build
./bin/server
run:
go run ./cmd/server/main.go

watch:
reflex -r '\.go$$' -s -- sh -c "make"
Expand Down
1,130 changes: 1,010 additions & 120 deletions docs/docs.go

Large diffs are not rendered by default.

1,130 changes: 1,010 additions & 120 deletions docs/swagger.json

Large diffs are not rendered by default.

Loading

0 comments on commit 143ec7e

Please sign in to comment.