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 = []