From fe5f26aea5df513fea74f5901d2a2f883a298ce6 Mon Sep 17 00:00:00 2001 From: Stavros Date: Sun, 23 Mar 2025 12:59:21 +0200 Subject: [PATCH] chore: no need to fetch requirements on every hot reload --- air.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/air.toml b/air.toml index e213c44..508c316 100644 --- a/air.toml +++ b/air.toml @@ -2,7 +2,6 @@ root = "/tinyauth" tmp_dir = "tmp" [build] -pre_cmd = ["go mod tidy"] cmd = "go build -o ./tmp/tinyauth ." bin = "tmp/tinyauth" include_ext = ["go"]