ags
ags copied to clipboard
feat(run): add --watch flag
Add --watch flag for ags run.
Hi !
I think you can rely on esbuild watch mode and hook the onEnd handler in a plugin to restart the gjs child :)
It might save some trouble afterwards, builders know about imports, loaders etc
https://github.com/Aylur/ags/issues/724