Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Install reqwest for http client - Add `--reverse-proxy` arg - This commit is based on [axum example](https://github.com/tokio-rs/axum/tree/main/examples/reqwest-response) ## Test Plan - Start expo dev server ``` cd frontend pnpm expo start ``` - Run Rune server with `--reverse-proxy` ``` cargo run -- --reverse-proxy ``` - Visit http://127.0.0.1:8080 and see the RNW page
- Loading branch information