()
| 19 | |
| 20 | // Step 1: Frontend Root Directory |
| 21 | export const getFrontendRootDir = (): string => ensureDir(FRONTEND_ROOT_DIR); |
| 22 | |
| 23 | // Step 2: Cache Directory |
| 24 | export const getCacheDir = (): string => ensureDir(CLIENT_CACHE_DIR); |
nothing calls this directly
no test coverage detected