blob: 617ebd632e16c937b0eb8a8454d5c9f767b14da4 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
---
'astro': patch
---
Better handle content type generation failures:
- Generate types when content directory is empty
- Log helpful error when running `astro sync` without a content directory
- Avoid swallowing `config.ts` syntax errors from Vite
|