forked from cerc-io/laconic-wallet-web
Handle redirects for SPA in the stack (#2)
Part of [laconicd testnet validator enrollment](https://www.notion.so/laconicd-testnet-validator-enrollment-6fc1d3cafcc64fef8c5ed3affa27c675) Co-authored-by: Nabarun <nabarun@deepstacksoft.com> Reviewed-on: cerc-io/laconic-wallet-web#2 Co-authored-by: Prathamesh Musale <prathamesh.musale0@gmail.com> Co-committed-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
This commit is contained in:
parent
2e5dbdacde
commit
e8535fbdd5
@ -12,8 +12,8 @@ echo "CERC_GAS_ADJUSTMENT: ${CERC_GAS_ADJUSTMENT}"
|
||||
|
||||
# Build with required env
|
||||
REACT_APP_WALLET_CONNECT_PROJECT_ID=$WALLET_CONNECT_ID \
|
||||
REACT_APP_DEFAULT_GAS_PRICE=$DEFAULT_GAS_PRICE \
|
||||
REACT_APP_GAS_ADJUSTMENT=$GAS_ADJUSTMENT \
|
||||
REACT_APP_DEFAULT_GAS_PRICE=$CERC_DEFAULT_GAS_PRICE \
|
||||
REACT_APP_GAS_ADJUSTMENT=$CERC_GAS_ADJUSTMENT \
|
||||
yarn build
|
||||
|
||||
http-server -p 80 /app/build
|
||||
http-server --proxy http://localhost:80? -p 80 /app/build
|
||||
|
Loading…
Reference in New Issue
Block a user