diff options
author | 2022-02-25 15:04:04 -0800 | |
---|---|---|
committer | 2022-02-25 17:04:04 -0600 | |
commit | fca6407318f7f189fb65f096f8166b85a322efda (patch) | |
tree | 87af95b908e49112583e178bd4f976a43fa115c2 /examples/fast-build | |
parent | ba49d3efc2a69bf9a1f719469ac3097c72b11964 (diff) | |
download | astro-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/fast-build')
-rw-r--r-- | examples/fast-build/package.json | 2 |
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" |