mirror of
https://github.com/withastro/astro.git
synced 2024-12-23 21:53:55 -05:00
a5e3ecc803
* First run * Works with tailwind! * Added TSConfig to watchlist * Changeset * Fix eslint * Renamed `isConfigReload` --> `isRestart` and `injectWatchTarget` --> `addWatchFile` * Refactored watchTargets to watchFiles * Refactor createSettings * addWatchFile now accepts URL * Fix getViteConfig * Expanded description of the change Co-authored-by: Matthew Phillips <matthew@skypack.dev>
154 B
154 B
astro |
---|
minor |
- Added
isRestart
andaddWatchFile
to integration stepisRestart
. - Restart dev server automatically when tsconfig changes.