Skip to main content

discover_env_files

Function discover_env_files 

Source
pub fn discover_env_files(root: &Path) -> Vec<PathBuf>
Expand description

Discover .env files in the project directory (max depth 3, skipping common build dirs).

Returns paths relative to root, sorted.