alallier / reload

node module to reload your browser when your code changes
MIT License
297 stars 47 forks source link

Fix command line bug around reload.js injection #368

Closed alallier closed 3 months ago

alallier commented 3 months ago

Fix bug on command line side of reload where reload.js file wasn't being served and index.html auto serving from / not having the injected script tag for reload.js file

Fixed bug created by #326