aboutsummaryrefslogtreecommitdiffstats
path: root/packages/monorepo-scripts/src/constants.ts
blob: 74387a159633d38eb698b5eb91952cb5bffe7221 (plain) (blame)
1
2
3
4
5
import * as path from 'path';

export const constants = {
    monorepoRootPath: path.join(__dirname, '../../..'),
};