Describe the bug
When trying to run the project I couldn't, even following the contribution setup steps
To reproduce
A new contributor following the setup steps without rustup target add wasm32-unknown-unknown can not build the project
Expected behavior
After cargo run the project must be running at http://0.0.0.0:3000/
Environment
- Reeverb version:
- Rust version: 1.88
- OS: Omarchy
- Database: postgres:16-alpine
Describe the bug
When trying to run the project I couldn't, even following the contribution setup steps
To reproduce
A new contributor following the setup steps without
rustup target add wasm32-unknown-unknowncan not build the projectExpected behavior
After
cargo runthe project must be running athttp://0.0.0.0:3000/Environment