Open florian-lefebvre opened 7 months ago
Currently, we use addWatchFile on any route and restart if they change. The DX is pretty bad, especially on larger website. It would be better to use server in astro:server:setup
addWatchFile
server
astro:server:setup
Currently, we use
addWatchFile
on any route and restart if they change. The DX is pretty bad, especially on larger website. It would be better to useserver
inastro:server:setup