Skip to content

Commit 7e1ffdb

Browse files
committed
add tsdown icon
1 parent bf1b222 commit 7e1ffdb

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

icons/tsdown.svg

Lines changed: 9 additions & 0 deletions
Loading

src/core/icons/fileIcons.ts

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3421,5 +3421,18 @@ export const fileIcons: FileIcons = {
34213421
fileNames: ['warp.md'],
34223422
light: true,
34233423
},
3424+
{
3425+
name: 'tsdown',
3426+
fileNames: [
3427+
'tsdown.config.ts',
3428+
'tsdown.config.mts',
3429+
'tsdown.config.cts',
3430+
'tsdown.config.js',
3431+
'tsdown.config.mjs',
3432+
'tsdown.config.cjs',
3433+
'tsdown.config.json',
3434+
'tsdown.config',
3435+
],
3436+
},
34243437
]),
34253438
};

0 commit comments

Comments
 (0)