Fix the air executable target

This commit is contained in:
Daniele Tonon
2024-01-08 22:52:43 +01:00
parent 41f4011bbd
commit 3bf4a5231e

View File

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