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