From 3bf4a5231e1ebd2f32ad1e89d30015a7608aa0d9 Mon Sep 17 00:00:00 2001 From: Daniele Tonon Date: Mon, 8 Jan 2024 22:52:43 +0100 Subject: [PATCH] Fix the air executable target --- .air.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.air.toml b/.air.toml index 28c44b3..cd0f4bf 100644 --- a/.air.toml +++ b/.air.toml @@ -4,7 +4,7 @@ tmp_dir = "tmp" [build] args_bin = [] - bin = "./tmp/main" + bin = "/tmp/njump" cmd = "just debug-build" delay = 0 exclude_dir = ["tmp", "vendor", "testdata", "node_modules"]