1 import path from 'node:path'; 2 3 import { ROOT_PATH } from '../_common.js'; 4 5 export const OUTPUT_DIR = path.join(ROOT_PATH, '.output');