import path from "path"; export default function grabDirNames() { const ROOT_DIR = process.cwd(); return { ROOT_DIR, }; }