Update ags-watch script to include additional file types for monitoring
This commit is contained in:
parent
8116060e57
commit
30ae94c523
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@
|
|||
ags-watch = pkgs.writeScriptBin "ags-watch" ''
|
||||
#!${pkgs.fish}/bin/fish
|
||||
|
||||
ls **.tsx | ${pkgs.lib.getExe pkgs.entr} -r ags run -d ./ --gtk4
|
||||
ls **.{tsx,ts,scss,css} | ${pkgs.lib.getExe pkgs.entr} -r ags run -d ./ --gtk4
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue