You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

8 lines
347 B

import * as path from 'path';
export const ANALYTICS_PATH = path.join(__dirname, '../../src');
export const DATA_PATH = path.join(__dirname, '../../data');
export const ANOMALIES_PATH = path.join(DATA_PATH, 'anomalies');
export const SEGMENTS_PATH = path.join(DATA_PATH, 'segments');
export const METRICS_PATH = path.join(DATA_PATH, 'metrics');