7266ac9b37
* Initial commit after nx create * Add .env files * Add working commit for poc * Make deal-ticket-manager.tsx accept children as props and export more components to be consumed by external apps * Add stepper component to simple trading app * Add basic prototype for simple trading app with stepper component * Remove unnecessary flags and env variables * Change simple trading app port * Refactor deal ticket container to be more dry * Refactor deal ticket to be more dry * Refactor app loader, remove tendermint socket and change providers for App.tsx in simple trading app * Remove example cypress files and change config * Fix linting issues
20 lines
665 B
Bash
20 lines
665 B
Bash
# React Environment Variables
|
|
# https://facebook.github.io/create-react-app/docs/adding-custom-environment-variables#expanding-environment-variables-in-env
|
|
|
|
# Netlify Environment Variables
|
|
# https://www.netlify.com/docs/continuous-deployment/#environment-variables
|
|
NX_VERSION=$npm_package_version
|
|
NX_REPOSITORY_URL=$REPOSITORY_URL
|
|
NX_BRANCH=$BRANCH
|
|
NX_PULL_REQUEST=$PULL_REQUEST
|
|
NX_HEAD=$HEAD
|
|
NX_COMMIT_REF=$COMMIT_REF
|
|
NX_CONTEXT=$CONTEXT
|
|
NX_REVIEW_ID=$REVIEW_ID
|
|
NX_INCOMING_HOOK_TITLE=$INCOMING_HOOK_TITLE
|
|
NX_INCOMING_HOOK_URL=$INCOMING_HOOK_URL
|
|
NX_INCOMING_HOOK_BODY=$INCOMING_HOOK_BODY
|
|
NX_URL=$URL
|
|
NX_DEPLOY_URL=$DEPLOY_URL
|
|
NX_DEPLOY_PRIME_URL=$DEPLOY_PRIME_URL
|