diff options
author | 2024-11-04 16:15:11 +0100 | |
---|---|---|
committer | 2024-11-04 16:15:11 +0100 | |
commit | 9263e965932b9a6a116801c063c6b7105c39643e (patch) | |
tree | 8ed6e7f9b048752d70d53744eefbda2166cbcbb9 /examples/framework-vue/astro.config.mjs | |
parent | 731b69712b0e9c5d5a4058db3fa3e8bf628c7aad (diff) | |
download | astro-9263e965932b9a6a116801c063c6b7105c39643e.tar.gz astro-9263e965932b9a6a116801c063c6b7105c39643e.tar.zst astro-9263e965932b9a6a116801c063c6b7105c39643e.zip |
create-astro updates (#12083)
Co-authored-by: Reuben Tier <64310361+TheOtterlord@users.noreply.github.com>
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
Co-authored-by: Reuben Tier <otterlord.dev@gmail.com>
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'; |