mirror of
https://github.com/withastro/astro.git
synced 2025-01-13 22:11:20 -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>
6 lines
154 B
Markdown
6 lines
154 B
Markdown
---
|
|
'astro': minor
|
|
---
|
|
|
|
- Added `isRestart` and `addWatchFile` to integration step `isRestart`.
|
|
- Restart dev server automatically when tsconfig changes.
|