Skip to main content

@okcashpro/okai v0.1.7-alpha.1 / findNearestEnvFile

Function: findNearestEnvFile()

findNearestEnvFile(startDir?): string

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

Parameters

startDir?: string = ...

Starting directory for the search

Returns

string

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

Defined in

packages/core/src/settings.ts:43