How to add a simple live reload?
Consider this super simple codebase
Then I run
thanks
Then I run
deno run -A -r --watch main.ts.http://localhost:8000/ will correctly serve my html content but how can I enable somekind of live reload where if I edit my index.html in VSCode it will effectively show the updated index.html in my browser?thanks
