jetli / rust-yew-realworld-example-app

Exemplary real world app built with Rust + Yew + WebAssembly, by Function Components + Hooks, also supports desktop by Tauri.
https://jetli.github.io/rust-yew-realworld-example-app/
Apache License 2.0
862 stars 112 forks source link

Add support for dotenv #9

Closed jetli closed 4 years ago

jetli commented 4 years ago

Fix https://github.com/jetli/rust-yew-realworld-example-app/issues/7

but new value of API_ROOT is not picked up when editing .env file, not sure why now.