Skip to content

Commit

Permalink
chore: fix starter-basic componentless version
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobrosenberg committed Jun 28, 2024
1 parent 9c28077 commit 45e1524
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/starter-basic/manifest.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ export default {
if (!options.features.includes('components')) {
// remove components folder
await rm(`${options.projectDir}/src/components`, { recursive: true })
await rm(`${options.projectDir}/src/routes/_module.svelte`)
}
},
}

0 comments on commit 45e1524

Please sign in to comment.