mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
add dotenvx ⬛️
This commit is contained in:
@@ -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'
|
||||
}
|
||||
];
|
||||
|
||||
@@ -29,4 +29,5 @@ export type tCategory =
|
||||
| 'Authentication'
|
||||
| 'IoT'
|
||||
| 'Home Automation'
|
||||
| 'Config';
|
||||
| 'Config'
|
||||
| 'Secrets';
|
||||
|
||||
Reference in New Issue
Block a user