Merge pull request #195 from vegaprotocol/fix/stats-build
[stats] Set a default env
This commit is contained in:
commit
9ee577c890
3
apps/stats/.env
Normal file
3
apps/stats/.env
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
# App configuration variables
|
||||||
|
NX_VEGA_ENV = 'MAINNET'
|
||||||
|
NX_VEGA_REST = 'https://api.token.vega.xyz/'
|
@ -1,3 +1 @@
|
|||||||
# App configuration variables
|
# App configuration variables. No overrides for default urls
|
||||||
NX_VEGA_ENV = 'MAINNET'
|
|
||||||
NX_VEGA_REST = 'https://api.token.vega.xyz/'
|
|
||||||
|
@ -11,7 +11,6 @@
|
|||||||
"compiler": "babel",
|
"compiler": "babel",
|
||||||
"outputPath": "dist/apps/stats",
|
"outputPath": "dist/apps/stats",
|
||||||
"index": "apps/stats/src/index.html",
|
"index": "apps/stats/src/index.html",
|
||||||
"baseHref": "/",
|
|
||||||
"main": "apps/stats/src/main.tsx",
|
"main": "apps/stats/src/main.tsx",
|
||||||
"polyfills": "apps/stats/src/polyfills.ts",
|
"polyfills": "apps/stats/src/polyfills.ts",
|
||||||
"tsConfig": "apps/stats/tsconfig.app.json",
|
"tsConfig": "apps/stats/tsconfig.app.json",
|
||||||
@ -31,6 +30,7 @@
|
|||||||
"with": "apps/stats/src/environments/environment.prod.ts"
|
"with": "apps/stats/src/environments/environment.prod.ts"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"subresourceIntegrity": true,
|
||||||
"optimization": true,
|
"optimization": true,
|
||||||
"outputHashing": "all",
|
"outputHashing": "all",
|
||||||
"sourceMap": false,
|
"sourceMap": false,
|
||||||
|
Loading…
Reference in New Issue
Block a user