Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: Drizzle ORM #2127

Merged
merged 12 commits into from
Aug 5, 2024
67 changes: 67 additions & 0 deletions icons/drizzle.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
67 changes: 67 additions & 0 deletions icons/drizzle_light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
94 changes: 94 additions & 0 deletions icons/folder-drizzle-open.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
78 changes: 78 additions & 0 deletions icons/folder-drizzle.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2548,6 +2548,15 @@ export const fileIcons: FileIcons = {
name: 'abap',
fileExtensions: ['abap', 'acds', 'asddls'],
},
{
name: 'drizzle',
light: true,
fileExtensions: [
'drizzle.config.ts',
'drizzle.config.js',
'drizzle.config.json',
],
},
{ name: 'lottie', fileExtensions: ['lottie'] },
{
name: 'puppeteer',
Expand Down
4 changes: 4 additions & 0 deletions src/icons/folderIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -899,6 +899,10 @@ export const folderIcons: FolderTheme[] = [
name: 'folder-taskfile',
folderNames: ['taskfile', 'taskfiles', '.taskfile', '.taskfiles'],
},
{
name: 'folder-drizzle',
folderNames: ['drizzle'],
},
{
name: 'folder-cloudflare',
folderNames: ['cloudflare', '.cloudflare'],
Expand Down
Loading