/ utils / _common.js
_common.js
1  import path from 'node:path';
2  import { fileURLToPath } from 'node:url';
3  
4  export const ROOT_PATH = path.dirname(path.dirname(fileURLToPath(import.meta.url)));