astrolicious / i18n

Yet another i18n integration for Astro with server and client utilities, type safety and translations built-in.
https://astro-i18n.netlify.app/
MIT License
55 stars 3 forks source link

Update files in dev server instead of restarting it #14

Open florian-lefebvre opened 7 months ago

florian-lefebvre commented 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