Make bacon watch lua files too

This commit is contained in:
2025-06-29 17:48:56 +10:00
parent b0efc9f783
commit 5846220e35

View File

@@ -1,3 +1,11 @@
default_job = "test"
[jobs.test]
command = ["cargo", "test"]
watch = ["*.lua"]
need_stdout = true
background = false
[jobs.doc]
command = ["cargo", "doc", "--workspace"]