chore: no need to fetch requirements on every hot reload

This commit is contained in:
Stavros
2025-03-23 12:59:21 +02:00
parent 69a7972cd6
commit fe5f26aea5

View File

@@ -2,7 +2,6 @@ root = "/tinyauth"
tmp_dir = "tmp" tmp_dir = "tmp"
[build] [build]
pre_cmd = ["go mod tidy"]
cmd = "go build -o ./tmp/tinyauth ." cmd = "go build -o ./tmp/tinyauth ."
bin = "tmp/tinyauth" bin = "tmp/tinyauth"
include_ext = ["go"] include_ext = ["go"]