From e85226aa8839e529e8bc6a1e4c4e8c134c6fa934 Mon Sep 17 00:00:00 2001 From: tockii <46712701+atlansien@users.noreply.github.com> Date: Fri, 11 Oct 2024 19:15:07 +0900 Subject: [PATCH] fix: auto-imports startingFile path (#88) Co-authored-by: atlansien --- content/2.concepts/4.auto-imports/.template/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/2.concepts/4.auto-imports/.template/index.ts b/content/2.concepts/4.auto-imports/.template/index.ts index 0ca55ab..201753a 100644 --- a/content/2.concepts/4.auto-imports/.template/index.ts +++ b/content/2.concepts/4.auto-imports/.template/index.ts @@ -1,7 +1,7 @@ import type { GuideMeta } from '~/types/guides' export const meta: GuideMeta = { - startingFile: 'pages/index.vue', + startingFile: 'app.vue', features: { fileTree: true, },