mirror of
https://github.com/withastro/astro.git
synced 2025-01-20 22:12:38 -05:00
579bd93794
* fix: wait for content layer sync before starting dev server * Load config earlier * Wait for fs flush * Add delay * Test utils fixes * Ignore files in dotastro * Wait for loading config * Fix test * Defer watching data store
5 lines
126 B
Markdown
5 lines
126 B
Markdown
---
|
|
'astro': patch
|
|
---
|
|
|
|
Fixes race condition where dev server would attempt to load collections before the content had loaded
|