@ai16z/eliza v0.1.5-alpha.3 / findNearestEnvFile
findNearestEnvFile(
startDir
?):string
Recursively searches for a .env file starting from the current directory and moving up through parent directories (Node.js only)
• startDir?: string
= ...
Starting directory for the search
string
Path to the nearest .env file or null if not found