diff options
author | 2023-08-03 22:26:24 +0800 | |
---|---|---|
committer | 2023-08-03 22:26:24 +0800 | |
commit | 1f0ee494a5190356d130282f1f51ba2a5e6ea63f (patch) | |
tree | b5a3b9dbaeceab6a3d405d76eeb45ca6836f36eb /.changeset | |
parent | 68066290df46545db75dc7de3c4c35a7401872d2 (diff) | |
download | astro-1f0ee494a5190356d130282f1f51ba2a5e6ea63f.tar.gz astro-1f0ee494a5190356d130282f1f51ba2a5e6ea63f.tar.zst astro-1f0ee494a5190356d130282f1f51ba2a5e6ea63f.zip |
Fix failed server restart calling integration hooks twice (#7917)
Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
Diffstat (limited to '.changeset')
-rw-r--r-- | .changeset/metal-chairs-beam.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.changeset/metal-chairs-beam.md b/.changeset/metal-chairs-beam.md new file mode 100644 index 000000000..4b23388f2 --- /dev/null +++ b/.changeset/metal-chairs-beam.md @@ -0,0 +1,5 @@ +--- +'astro': patch +--- + +Prevent integration hooks from re-triggering if the server restarts on config change, but the config fails to load. |