mirror of
https://github.com/yusing/godoxy.git
synced 2026-02-25 11:54:52 +01:00
The repoRootAbs was resolving to the script directory instead of the repository root. Fixed by resolving two levels up from import.meta.dir. Also optimized writeImplDocToMdx to skip writes when content is unchanged and removed unused return value from syncImplDocs.