summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorGravatar Fred K. Schott <fkschott@gmail.com> 2022-02-25 15:04:04 -0800
committerGravatar GitHub <noreply@github.com> 2022-02-25 17:04:04 -0600
commitfca6407318f7f189fb65f096f8166b85a322efda (patch)
tree87af95b908e49112583e178bd4f976a43fa115c2 /examples
parentba49d3efc2a69bf9a1f719469ac3097c72b11964 (diff)
downloadastro-fca6407318f7f189fb65f096f8166b85a322efda.tar.gz
astro-fca6407318f7f189fb65f096f8166b85a322efda.tar.zst
astro-fca6407318f7f189fb65f096f8166b85a322efda.zip
fix astro scoping of "@import" inside of style tags (#2656)
* fix astro scoping of "@import" inside of style tags * Create lovely-lies-dress.md * Update compile.ts * fix smoke test * Update package.json
Diffstat (limited to 'examples')
-rw-r--r--examples/fast-build/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/fast-build/package.json b/examples/fast-build/package.json
index 26cc49b9b..a769fd1c7 100644
--- a/examples/fast-build/package.json
+++ b/examples/fast-build/package.json
@@ -4,7 +4,7 @@
"private": true,
"scripts": {
"dev": "astro dev --experimental-static-build",
- "start": "astro dev",
+ "start": "astro dev --experimental-static-build",
"build": "astro build --experimental-static-build",
"scan-build": "astro build",
"preview": "astro preview"