Handle redirects for SPA in the stack #3

Merged
nabarun merged 1 commits from ng-http-spa into main 2024-07-29 07:28:43 +00:00

View File

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