()
| 2 | import { fileURLToPath } from "url"; |
| 3 | |
| 4 | export function rootPath() { |
| 5 | const __filename = fileURLToPath(import.meta.url); |
| 6 | const __dirname = path.dirname(__filename); |
| 7 | return __dirname; |
| 8 | } |
| 9 | |
| 10 | export function templatesPath() { |
| 11 | const root = rootPath(); |
no outgoing calls
no test coverage detected
searching dependent graphs…