From 9263e965932b9a6a116801c063c6b7105c39643e Mon Sep 17 00:00:00 2001 From: Erika <3019731+Princesseuh@users.noreply.github.com> Date: Mon, 4 Nov 2024 16:15:11 +0100 Subject: create-astro updates (#12083) Co-authored-by: Reuben Tier <64310361+TheOtterlord@users.noreply.github.com> Co-authored-by: Sarah Rainsberger Co-authored-by: Bjorn Lu Co-authored-by: Florian Lefebvre Co-authored-by: Reuben Tier --- examples/framework-vue/astro.config.mjs | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/framework-vue/astro.config.mjs') 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'; -- cgit v1.2.3