feat: Implement .env file support (#618)

Co-authored-by: Jacob Marshall <me@jhqcat.com>
This commit is contained in:
Marco Pasqualetti
2025-03-09 12:00:12 +01:00
committed by GitHub
parent 8fcebae4a9
commit 67de777fd1
24 changed files with 361 additions and 14 deletions
+1
View File
@@ -5,6 +5,7 @@
mod catch_all;
mod config;
mod env;
mod logger;
mod manifest;
mod mode;