Skip to content

Commit 7a436ba

Browse files
Merge branch 'main' into feat/appwrite-icons
2 parents 23badb2 + ed35cf9 commit 7a436ba

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

icons/rolldown.svg

Lines changed: 4 additions & 0 deletions
Loading

src/core/icons/fileIcons.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2485,6 +2485,12 @@ export const fileIcons: FileIcons = {
24852485
'velite.config': FileNamePattern.Ecmascript,
24862486
},
24872487
},
2488+
{
2489+
name: 'rolldown',
2490+
patterns: {
2491+
'rolldown.config': FileNamePattern.Ecmascript,
2492+
},
2493+
},
24882494
{ name: 'opa', fileExtensions: ['rego'] },
24892495
{ name: 'lerna', fileNames: ['lerna.json'] },
24902496
{

0 commit comments

Comments
 (0)