Watch TOML files too and don't use gitignore to exclude files.
This commit is contained in:
parent
f0167c0e64
commit
a8b5daeff0
|
@ -41,4 +41,4 @@ args = ["-p", "build"]
|
|||
[tasks.watch]
|
||||
clear = true
|
||||
command = "watchexec"
|
||||
args = ["-e", ".typ", "makers build"]
|
||||
args = ["-e", "toml,typ", "--no-vcs-ignore", "makers build"]
|
||||
|
|
Loading…
Reference in New Issue