You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thread 'main' panicked at src/config/project.rs:217:14:
called `Result::unwrap()` on an `Err` value: Could not remove base "/tmp/test/project" from "/tmp/test/.cache/tmp"
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
cargo leptos watch
fails whenCARGO_TARGET_DIR
is set. I tried recent master (b3a556a)mkdir /tmp/test
cd /tmp/test
cargo leptos new --name project --git https://github.com/leptos-rs/start
cd /tmp/test/project
CARGO_TARGET_DIR=/tmp/test/.cache cargo leptos watch
Results in
Error happens at
cargo-leptos/src/config/project.rs
Lines 213 to 217 in b3a556a
The text was updated successfully, but these errors were encountered: