Skip to content

Commit

Permalink
feat: ✨ scan sdc dir for ce codegen
Browse files Browse the repository at this point in the history
  • Loading branch information
woldtwerk committed Jul 29, 2024
1 parent 0dd0102 commit 1d8c70c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vite-plugin-drupal/src/plugins/custom-elements.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export default (ctx: Context): Plugin => {

async function generateVSCodeCustomHTMLData() {
const files = await fg([
'(js|templates)/**/*.ce.{vue,ts,tsx}',
'(js|templates|components)/**/*.ce.{vue,ts,tsx,js}',
], {
onlyFiles: true,
})
Expand Down

0 comments on commit 1d8c70c

Please sign in to comment.