diff options
author | 2024-12-19 14:24:00 +0000 | |
---|---|---|
committer | 2024-12-19 14:24:00 +0000 | |
commit | 5e9d1bcf80fde439bc4ee669abdf99c2ba4a89f1 (patch) | |
tree | 1f13d9e04d0fb2851f273de08823cbdf329ca21f | |
parent | 73b6c8b1b35c320c29e6b628759f37903a4390bc (diff) | |
download | astro-5e9d1bcf80fde439bc4ee669abdf99c2ba4a89f1.tar.gz astro-5e9d1bcf80fde439bc4ee669abdf99c2ba4a89f1.tar.zst astro-5e9d1bcf80fde439bc4ee669abdf99c2ba4a89f1.zip |
chore: move files to `.mjs` (#12765)
-rw-r--r-- | packages/astro/test/fixtures/hoisted-imports/astro.config.mjs (renamed from packages/astro/test/fixtures/hoisted-imports/astro.config.js) | 0 | ||||
-rw-r--r-- | packages/astro/test/fixtures/virtual-routes/astro.config.mjs (renamed from packages/astro/test/fixtures/virtual-routes/astro.config.js) | 0 |
2 files changed, 0 insertions, 0 deletions
diff --git a/packages/astro/test/fixtures/hoisted-imports/astro.config.js b/packages/astro/test/fixtures/hoisted-imports/astro.config.mjs index ad406c57c..ad406c57c 100644 --- a/packages/astro/test/fixtures/hoisted-imports/astro.config.js +++ b/packages/astro/test/fixtures/hoisted-imports/astro.config.mjs diff --git a/packages/astro/test/fixtures/virtual-routes/astro.config.js b/packages/astro/test/fixtures/virtual-routes/astro.config.mjs index 37a31e918..37a31e918 100644 --- a/packages/astro/test/fixtures/virtual-routes/astro.config.js +++ b/packages/astro/test/fixtures/virtual-routes/astro.config.mjs |