Skip to content

Commit

Permalink
fix: auto-imports startingFile path (#88)
Browse files Browse the repository at this point in the history
Co-authored-by: atlansien <[email protected]>
  • Loading branch information
atlansien and atlansien authored Oct 11, 2024
1 parent 65fbf9a commit e85226a
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 e85226a

Please sign in to comment.