Files
claude-task-master/bin
Nathan Marley 3c10b3ceb2 fix: switch to ESM export to avoid mixed format
The CLI entrypoint was using `module.exports` alongside ESM `import` statements,
resulting in an invalid mixed module format. Replaced the CommonJS export with
a proper ESM `export` to maintain consistency and prevent module resolution issues.
2025-06-01 17:13:43 -05:00
..