| 1 | import { existsSync, readdirSync, readFileSync, statSync, writeFileSync } from "node:fs"; |
| 2 | import { dirname, extname, join, normalize, resolve } from "node:path"; |
| 3 | |
| 4 | const distDir = resolve(import.meta.dirname, "../dist"); |
nothing calls this directly
no test coverage detected