Skip to content

Commit

Permalink
always download community templates
Browse files Browse the repository at this point in the history
  • Loading branch information
bryantgillespie committed Dec 27, 2024
1 parent 56a57e7 commit c2833b9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/utils/get-template.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ export async function getCommunityTemplates(): Promise<Template[]> {
const {dir} = await downloadTemplate('github:directus-labs/directus-templates', {
dir: downloadDir,
force: true,
preferOffline: true,
})

return await readAllTemplates(dir)
Expand Down

0 comments on commit c2833b9

Please sign in to comment.