add dotenvx

This commit is contained in:
Scott Motte
2025-01-13 09:56:40 -08:00
parent 0af695dc0f
commit 9d1cdccf28
3 changed files with 9 additions and 1 deletions
+6
View File
@@ -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'
}
];
+2 -1
View File
@@ -29,4 +29,5 @@ export type tCategory =
| 'Authentication'
| 'IoT'
| 'Home Automation'
| 'Config';
| 'Config'
| 'Secrets';