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
+2 -1
View File
@@ -28,4 +28,5 @@ export type tCategory =
| 'void(0)'
| 'Authentication'
| 'IoT'
| 'Home Automation';
| 'Home Automation'
| 'Config';