shouldReloadAdlProjectPath
shouldReloadAdlProjectPath(
filePath,projectRoot):boolean
Defined in: packages/core/src/project/watch-path.ts:39
Whether a filesystem path under an ADL project should trigger a registry reload.
Ignores dependency/build/data dirs (including SQLite WAL files under .data/).
Editor atomic-save temps (*.ts.tmp, *.ts.12345.tmp, *~) count as the source file.
Parameters
Section titled “Parameters”filePath
Section titled “filePath”string
projectRoot
Section titled “projectRoot”string
Returns
Section titled “Returns”boolean