add dotenv 🟨

This commit is contained in:
Scott Motte
2025-01-12 20:37:37 -08:00
parent 4b4e034cc2
commit e480d66eef
3 changed files with 9 additions and 1 deletions
+6
View File
@@ -3193,5 +3193,11 @@ export const svgs: iSVG[] = [
dark: '/library/typegpu-wordmark-dark.svg'
},
url: 'https://typegpu.com'
},
{
title: 'dotenv',
category: ['Devtool', 'Config', 'Library'],
route: '/library/dotenv.svg',
url: 'https://github.com/motdotla/dotenv'
}
];
+2 -1
View File
@@ -28,4 +28,5 @@ export type tCategory =
| 'void(0)'
| 'Authentication'
| 'IoT'
| 'Home Automation';
| 'Home Automation'
| 'Config';