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"]