Skip to content

Commit

Permalink
fix: auto-importsのstartingFileのパス修正
Browse files Browse the repository at this point in the history
  • Loading branch information
atlansien authored and atlansien committed Oct 11, 2024
1 parent 3c39d7c commit 7634716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/2.concepts/4.auto-imports/.template/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type { GuideMeta } from '~/types/guides'

export const meta: GuideMeta = {
startingFile: 'pages/index.vue',
startingFile: 'app.vue',
features: {
fileTree: true,
},
Expand Down

0 comments on commit 7634716

Please sign in to comment.