Skip to content

Commit

Permalink
Merge pull request #506 from motdotla/main
Browse files Browse the repository at this point in the history
add `dotenv` 🟨
  • Loading branch information
pheralb authored Jan 13, 2025
2 parents 4b4e034 + 1c25d44 commit 0af695d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions src/data/svgs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3193,5 +3193,11 @@ export const svgs: iSVG[] = [
dark: '/library/typegpu-wordmark-dark.svg'
},
url: 'https://typegpu.com'
},
{
title: 'dotenv',
category: ['Config', 'Library', 'Devtool'],
route: '/library/dotenv.svg',
url: 'https://github.com/motdotla/dotenv'
}
];
3 changes: 2 additions & 1 deletion src/types/categories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ export type tCategory =
| 'void(0)'
| 'Authentication'
| 'IoT'
| 'Home Automation';
| 'Home Automation'
| 'Config';
1 change: 1 addition & 0 deletions static/library/dotenv.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0af695d

Please sign in to comment.