⚙️ paths.ts

This commit is contained in:
nirholas
2026-03-31 10:23:44 +00:00
parent f66a51cfe8
commit d52e5c2b00

View File

@@ -276,3 +276,4 @@ export function isAutoMemPath(absolutePath: string): boolean {
const normalizedPath = normalize(absolutePath) const normalizedPath = normalize(absolutePath)
return normalizedPath.startsWith(getAutoMemPath()) return normalizedPath.startsWith(getAutoMemPath())
} }