()
| 4 | const require = createRequire(import.meta.url); |
| 5 | |
| 6 | export function getProjectRootPath(): string { |
| 7 | return process.cwd(); |
| 8 | } |
| 9 | |
| 10 | // Get current directory for ES modules (equivalent to __dirname) |
| 11 | export const __dirname = import.meta.dirname; |
no outgoing calls
no test coverage detected