aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBobby <[email protected]>2024-11-16 22:36:50 -0500
committerBobby <[email protected]>2024-11-16 22:36:50 -0500
commiteb1cd6e687a0dc50b3c58ddea422b0973a2d97da (patch)
treec607cd188b7b87f3b8a4722a157f950c539c9104
parentf393ac1cf42a827196318c3a119a61adf1b3d14c (diff)
downloadyuzaki-eb1cd6e687a0dc50b3c58ddea422b0973a2d97da.tar.xz
yuzaki-eb1cd6e687a0dc50b3c58ddea422b0973a2d97da.zip
added air to make setup
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f424ab7..91c9b9d 100644
--- a/Makefile
+++ b/Makefile
@@ -12,6 +12,7 @@ setup:
cp .env.example $(ENV_FILE); \
echo "Created .env file from example"; \
fi
+ go install github.com/air-verse/air@latest
go mod download
build: