deno run --watch ...deno run --watch ... command only seems to trigger when a file is modified or deleted but not when a new file is created. Deno.watchFs(".")Deno.watchFs(".") to detect file creation and then modify an existing file which triggers the process to restart. This isn't ideal and it would be great if --watch--watch would also restart on file creation.Join the Discord to ask follow-up questions and connect with the community