Setup stack http server for SPA

This commit is contained in:
Nabarun 2024-07-29 12:55:50 +05:30
parent 4ffbf87ec5
commit 4db4a89309

View File

@ -27,4 +27,4 @@ REACT_APP_WALLET_META_URL=$CERC_WALLET_META_URL \
REACT_APP_SUMSUB_API_ENDPOINT=$CERC_SUMSUB_API_ENDPOINT \ REACT_APP_SUMSUB_API_ENDPOINT=$CERC_SUMSUB_API_ENDPOINT \
yarn build yarn build
http-server -p 80 /app/build http-server --proxy http://localhost:80? -p 80 /app/build