blob: 081a49332b84d9851f22ae6d7bbc911ba04ca5bc (
plain) (
blame)
1
2
3
4
5
6
|
import * as path from 'path';
export const constants = {
monorepoRootPath: path.join(__dirname, '../../..'),
stagingWebsite: 'http://staging-0xproject.s3-website-us-east-1.amazonaws.com',
};
|