summaryrefslogtreecommitdiff
path: root/.changeset
diff options
context:
space:
mode:
authorGravatar Matt Kane <m@mk.gg> 2024-09-03 14:25:45 +0100
committerGravatar GitHub <noreply@github.com> 2024-09-03 14:25:45 +0100
commitd63bc50d9940c1107e0fee7687e5c332549a0eff (patch)
tree4014d322b0a0a57a9f3509370e9032b850d4099f /.changeset
parent5705200398b07d99badafb977a8401c4129a536c (diff)
downloadastro-d63bc50d9940c1107e0fee7687e5c332549a0eff.tar.gz
astro-d63bc50d9940c1107e0fee7687e5c332549a0eff.tar.zst
astro-d63bc50d9940c1107e0fee7687e5c332549a0eff.zip
fix: keep data store outside of node_modules during dev (#11902)
* fix: don't keep data store in node_modules during dev * Lint * Fix test * Wait for data store * Use helper for data store file * Fix data store file helper * Lint * Handle case where Vite already knows about save
Diffstat (limited to '.changeset')
-rw-r--r--.changeset/forty-spies-train.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/.changeset/forty-spies-train.md b/.changeset/forty-spies-train.md
new file mode 100644
index 000000000..5df78b648
--- /dev/null
+++ b/.changeset/forty-spies-train.md
@@ -0,0 +1,5 @@
+---
+'astro': patch
+---
+
+Fixes case where content layer did not update during clean dev builds on Linux and Windows