aboutsummaryrefslogtreecommitdiffstats
path: root/packages/instant/.production.discharge.json
blob: ecd3a12d44bfdbd5c6ee2eb9db587e0297f0d34d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
    "domain": "instant.0xproject.com",
    "build_command": "yarn build:prod --env.production_cdn",
    "upload_directory": "umd",
    "index_key": "instant.js",
    "error_key": "404.html",
    "trailing_slashes": true,
    "cache": 3600,
    "aws_profile": "0xproject",
    "aws_region": "us-east-1",
    "cdn": true,
    "dns_configured": true
}