diff options
author | 2023-03-31 15:18:37 +0200 | |
---|---|---|
committer | 2023-03-31 15:18:37 +0200 | |
commit | c2d4ae1cbed622b2fadeb1fe8cc8bbed5f5adc8f (patch) | |
tree | febc39fd650933cfde8972667b8ca482c73c20bf /.changeset | |
parent | 9cc732975970356f1a20714b2864ade42a57f6af (diff) | |
download | astro-c2d4ae1cbed622b2fadeb1fe8cc8bbed5f5adc8f.tar.gz astro-c2d4ae1cbed622b2fadeb1fe8cc8bbed5f5adc8f.tar.zst astro-c2d4ae1cbed622b2fadeb1fe8cc8bbed5f5adc8f.zip |
fix(check): Dynamically import check command (#6717)
Diffstat (limited to '.changeset')
-rw-r--r-- | .changeset/eight-stingrays-pull.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.changeset/eight-stingrays-pull.md b/.changeset/eight-stingrays-pull.md new file mode 100644 index 000000000..530fc833c --- /dev/null +++ b/.changeset/eight-stingrays-pull.md @@ -0,0 +1,5 @@ +--- +'astro': patch +--- + +Dynamically import check command to improve startup speed and prevent Astro from crashing due to language-server stuff |