Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 559 Bytes

findNearestEnvFile.md

File metadata and controls

24 lines (13 loc) · 559 Bytes

@elizaos/core v0.1.7-alpha.1 / findNearestEnvFile

Function: findNearestEnvFile()

findNearestEnvFile(startDir?): any

Recursively searches for a .env file starting from the current directory and moving up through parent directories (Node.js only)

Parameters

startDir?: any = ...

Starting directory for the search

Returns

any

Path to the nearest .env file or null if not found

Defined in

packages/core/src/settings.ts:43