mirror of
https://github.com/GRFreire/nthmail.git
synced 2026-01-08 12:29:38 +00:00
now, there is only one binary that starts both servers, making them use the same SQL connection. this commit also added some `defer tx.Commit()` to ensure all the transactions were closed
5 lines
61 B
Makefile
5 lines
61 B
Makefile
all:
|
|
templ generate
|
|
go build -o ./bin/server ./cmd/server
|
|
|