UNPKG

@utopia-utils/cli

Version:
5 lines (3 loc) 167 B
import path from 'node:path' /** The path to the node_modules cache directory. */ export const CACHE_DIR: string = path.resolve(process.cwd(), 'node_modules/.cache')