Merge pull request #510 from motdotla/main
Some checks are pending
🧑‍🚀 Check / ⚡ Testing with Vitest (push) Waiting to run
🧑‍🚀 Check / 📦 SVGs Size (push) Waiting to run
🧑‍🚀 Check / 🛠️ Build app (push) Waiting to run
🚀 Deploy / API - Cloudflare Workers (push) Waiting to run

add `dotenvx` 
This commit is contained in:
Pablo Hdez 2025-01-14 23:36:46 +00:00 committed by GitHub
commit e7d2cd9c1a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 9 additions and 1 deletions

View File

@ -3199,5 +3199,11 @@ export const svgs: iSVG[] = [
category: ['Config', 'Library', 'Devtool'], category: ['Config', 'Library', 'Devtool'],
route: '/library/dotenv.svg', route: '/library/dotenv.svg',
url: 'https://github.com/motdotla/dotenv' url: 'https://github.com/motdotla/dotenv'
},
{
title: 'dotenvx',
category: ['Secrets', 'Config', 'Devtool'],
route: '/library/dotenvx.svg',
url: 'https://dotenvx.com'
} }
]; ];

View File

@ -29,4 +29,5 @@ export type tCategory =
| 'Authentication' | 'Authentication'
| 'IoT' | 'IoT'
| 'Home Automation' | 'Home Automation'
| 'Config'; | 'Config'
| 'Secrets';

View File

@ -0,0 +1 @@
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>dotenvx</title><rect width="24" height="24" fill="#ECD53F"></rect><path fill="#09090B" d="M24 0v24H0V0h24ZM10.933 15.89H6.84v5.52h4.198v-.93H7.955v-1.503h2.77v-.93h-2.77v-1.224h2.978v-.934Zm2.146 0h-1.084v5.52h1.035v-3.6l2.226 3.6h1.118v-5.52h-1.036v3.686l-2.259-3.687Zm5.117 0h-1.208l1.973 5.52h1.19l1.976-5.52h-1.182l-1.352 4.085-1.397-4.086ZM5.4 19.68H3.72v1.68H5.4v-1.68Z"/></svg>

After

Width:  |  Height:  |  Size: 463 B