-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
fix: wait for content layer sync before starting dev server (#12818)
* 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
- @astrojs/vue@5.0.5
- @astrojs/upgrade@0.4.3
- @astrojs/underscore-redirects@0.6.0
- @astrojs/underscore-redirects@0.5.1
- @astrojs/solid-js@5.0.3
- @astrojs/solid-js@5.0.2
- @astrojs/react@4.1.5
- @astrojs/react@4.1.4
- @astrojs/react@4.1.3
- @astrojs/preact@4.0.2
- @astrojs/mdx@4.0.6
- @astrojs/mdx@4.0.5
- @astrojs/mdx@4.0.4
- @astrojs/markdown-remark@6.0.2
- @astrojs/markdoc@0.12.6
- @astrojs/markdoc@0.12.5
- astro@5.1.7
- astro@5.1.6
- astro@5.1.5
- astro@5.1.4
- astro@5.1.3
Showing
9 changed files
with
82 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'astro': patch | ||
--- | ||
|
||
Fixes race condition where dev server would attempt to load collections before the content had loaded |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters