import { dirname } from 'path';
import { fileURLToPath } from 'url';
const __dirname = dirname(fileURLToPath(import.meta.url));
export const root = `${__dirname}/../..`;
//# sourceMappingURL=root.js.map