diff options
author | 2022-03-09 17:45:25 -0600 | |
---|---|---|
committer | 2022-03-09 17:45:25 -0600 | |
commit | af075d81579d0a77f773435bbce391e42f9dff21 (patch) | |
tree | 42669f9ceb1be9fd7c2fffbd5652d93ddbe5827e | |
parent | 2acfef741fe3d4166fa0f63d887d0ad1a02e0e92 (diff) | |
download | astro-af075d81579d0a77f773435bbce391e42f9dff21.tar.gz astro-af075d81579d0a77f773435bbce391e42f9dff21.tar.zst astro-af075d81579d0a77f773435bbce391e42f9dff21.zip |
chore: add changeset
-rw-r--r-- | .changeset/giant-cycles-search.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.changeset/giant-cycles-search.md b/.changeset/giant-cycles-search.md new file mode 100644 index 000000000..44a538825 --- /dev/null +++ b/.changeset/giant-cycles-search.md @@ -0,0 +1,7 @@ +--- +'astro': minor +--- + +Visual redesign of the `astro dev` CLI, including new `astro --help` and `astro --version` outputs. + +These changes introduce a new startup screen, make it more obvious when a file triggers in-place HMR (`update`) or a full reload (`reload`), and improve the way Astro surfaces errors during dev. |