diff options
author | 2022-07-20 14:25:44 -0500 | |
---|---|---|
committer | 2022-07-20 14:25:44 -0500 | |
commit | 4dd341c8a1a3ffe00916bb6c4d7cea7000c9d254 (patch) | |
tree | e2d2d31ef05e9fd1cb4141d47039fc970cb0316a | |
parent | 74b0099cd1d9bbfd272594aff60cf64e3f976f49 (diff) | |
download | astro-4dd341c8a1a3ffe00916bb6c4d7cea7000c9d254.tar.gz astro-4dd341c8a1a3ffe00916bb6c4d7cea7000c9d254.tar.zst astro-4dd341c8a1a3ffe00916bb6c4d7cea7000c9d254.zip |
chore: add changeset (#3991)
Co-authored-by: Nate Moore <nate@astro.build>
-rw-r--r-- | .changeset/flat-shoes-camp.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.changeset/flat-shoes-camp.md b/.changeset/flat-shoes-camp.md new file mode 100644 index 000000000..a8f1a9c4e --- /dev/null +++ b/.changeset/flat-shoes-camp.md @@ -0,0 +1,5 @@ +--- +'astro': patch +--- + +[#3859](https://github.com/withastro/astro/pull/3859) Overhaul Astro error handling, using Vite's built-in error overlay when possible |