summaryrefslogtreecommitdiff
path: root/examples/minimal/src
diff options
context:
space:
mode:
authorGravatar Matthew Phillips <matthew@skypack.dev> 2022-05-11 09:23:11 -0600
committerGravatar GitHub <noreply@github.com> 2022-05-11 09:23:11 -0600
commitccea6a0a1ae55ab057d94f60014e2183013b5f60 (patch)
treeaf67bd141df93c1d4e2afc2932389ddc036b26e2 /examples/minimal/src
parent3bb07a01e07d818b626c4adbd0a3ad41f1eba44b (diff)
downloadastro-ccea6a0a1ae55ab057d94f60014e2183013b5f60.tar.gz
astro-ccea6a0a1ae55ab057d94f60014e2183013b5f60.tar.zst
astro-ccea6a0a1ae55ab057d94f60014e2183013b5f60.zip
HMR hoisted scripts (#3336)
* HMR hoisted scripts * Add to the dep graph * Remove example change * Adds changeset * Fix markdown test
Diffstat (limited to 'examples/minimal/src')
-rw-r--r--examples/minimal/src/pages/index.astro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/minimal/src/pages/index.astro b/examples/minimal/src/pages/index.astro
index 25f796bf1..346e155c4 100644
--- a/examples/minimal/src/pages/index.astro
+++ b/examples/minimal/src/pages/index.astro
@@ -10,4 +10,4 @@
<body>
<h1>Astro</h1>
</body>
-</html> \ No newline at end of file
+</html>