diff options
Diffstat (limited to 'examples/framework-vue/astro.config.mjs')
-rw-r--r-- | examples/framework-vue/astro.config.mjs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/framework-vue/astro.config.mjs b/examples/framework-vue/astro.config.mjs index f30130a95..5afe92269 100644 --- a/examples/framework-vue/astro.config.mjs +++ b/examples/framework-vue/astro.config.mjs @@ -1,3 +1,4 @@ +// @ts-check import { defineConfig } from 'astro/config'; import vue from '@astrojs/vue'; |