resolveAdlSqlitePath
resolveAdlSqlitePath(
projectRoot?):string
Defined in: packages/common/src/db/index.ts:21
Resolves the SQLite file path: absolute ADL_SQLITE_PATH as-is, otherwise
relative to projectRoot (or process.cwd()).
Parameters
Section titled “Parameters”projectRoot?
Section titled “projectRoot?”string
Returns
Section titled “Returns”string