From 1cb5ad0838da0dea35f4addb4d52c67b5e69af42 Mon Sep 17 00:00:00 2001 From: dtonon Date: Mon, 21 Oct 2024 16:40:29 +0200 Subject: [PATCH] Update air config --- .air.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.air.toml b/.air.toml index 29a6878..8e174ef 100644 --- a/.air.toml +++ b/.air.toml @@ -4,8 +4,8 @@ tmp_dir = "tmp" [build] args_bin = [] - bin = "/tmp/njump" - cmd = "just debug-build" + bin = "njump" + cmd = "just build" delay = 0 exclude_dir = ["tmp", "vendor", "testdata", "node_modules"] exclude_file = []