`adonis serve --help` shows: ``` --dev Start development server ``` As far as I can gather what this actually means is it will watch files for changes while `adonis serve` (without the flag) won't
adonis serve --helpshows:As far as I can gather what this actually means is it will watch files for changes while
adonis serve(without the flag) won't