diff options
Diffstat (limited to 'examples/starter/astro.config.mjs')
-rw-r--r-- | examples/starter/astro.config.mjs | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/examples/starter/astro.config.mjs b/examples/starter/astro.config.mjs index 81dadc1ea..dc8566d60 100644 --- a/examples/starter/astro.config.mjs +++ b/examples/starter/astro.config.mjs @@ -7,6 +7,8 @@ // You can disable this by removing "@ts-check" and `@type` comments below. // @ts-check -export default /** @type {import('astro').AstroUserConfig} */ ({ - // ... -}); +export default /** @type {import('astro').AstroUserConfig} */ ( + { + // ... + } +); |