diff options
author | 2024-10-09 12:12:22 +0200 | |
---|---|---|
committer | 2024-10-09 11:12:22 +0100 | |
commit | c6fd1df695d0f2a24bb49e6954064f92664ccf67 (patch) | |
tree | afa823df7eafbe6051a83cddf293532492882b62 /.changeset | |
parent | cf24d6922adf5ee6e8d7741da662f33b3a1c23c3 (diff) | |
download | astro-c6fd1df695d0f2a24bb49e6954064f92664ccf67.tar.gz astro-c6fd1df695d0f2a24bb49e6954064f92664ccf67.tar.zst astro-c6fd1df695d0f2a24bb49e6954064f92664ccf67.zip |
Fix mts reloads (#12160)
* Add mts file extension to configRE regex
* Add changeset
* Apply suggestions from code review
Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
---------
Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
Diffstat (limited to '.changeset')
-rw-r--r-- | .changeset/mean-bags-shave.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.changeset/mean-bags-shave.md b/.changeset/mean-bags-shave.md new file mode 100644 index 000000000..88263fa05 --- /dev/null +++ b/.changeset/mean-bags-shave.md @@ -0,0 +1,5 @@ +--- +'astro': patch +--- + +Fixes a bug where `astro.config.mts` and `astro.config.cts` weren't reloading the dev server upon modifications. |