summaryrefslogtreecommitdiff
path: root/test/fixtures/astro-expr/astro.config.mjs
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixtures/astro-expr/astro.config.mjs')
-rw-r--r--test/fixtures/astro-expr/astro.config.mjs6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/fixtures/astro-expr/astro.config.mjs b/test/fixtures/astro-expr/astro.config.mjs
new file mode 100644
index 000000000..80d0860c3
--- /dev/null
+++ b/test/fixtures/astro-expr/astro.config.mjs
@@ -0,0 +1,6 @@
+
+export default {
+ extensions: {
+ '.jsx': 'preact'
+ }
+} \ No newline at end of file