get rid of ./ in output dir, see if that works

d8c8fff834c3aa807dd570b1ad1fcd481ed5a950

Tucker McKnight | Sun Jan 11 2026

get rid of ./ in output dir, see if that works
main.ts:106
Before
106
          const tempDir = `${directories.output}${reposPath}${tempDirName}`
After
106
          const tempDir = `${directories.output.replace("./", "")}${reposPath}${tempDirName}`