Skip to content

Commit

Permalink
Merge pull request #510 from motdotla/main
Browse files Browse the repository at this point in the history
add `dotenvx` ⬛️
  • Loading branch information
pheralb authored Jan 14, 2025
2 parents 0af695d + 225f977 commit e7d2cd9
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 @@ -3199,5 +3199,11 @@ export const svgs: iSVG[] = [
category: ['Config', 'Library', 'Devtool'],
route: '/library/dotenv.svg',
url: 'https://github.com/motdotla/dotenv'
},
{
title: 'dotenvx',
category: ['Secrets', 'Config', 'Devtool'],
route: '/library/dotenvx.svg',
url: 'https://dotenvx.com'
}
];
3 changes: 2 additions & 1 deletion src/types/categories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ export type tCategory =
| 'Authentication'
| 'IoT'
| 'Home Automation'
| 'Config';
| 'Config'
| 'Secrets';
1 change: 1 addition & 0 deletions static/library/dotenvx.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 e7d2cd9

Please sign in to comment.