The Fatty acid names project
trunk serve --address=0.0.0.0
nix:
RUST_LOG=none,fan=trace cargo run
win:
$env:RUST_LOG="none,fan=trace" cargo run
rustup target add wasm32-unknown-unknown
trunk build --release --public-url fan
After changing your Git settings, say by running:
git config --global core.autocrlf input
You should refresh the indexes with
git rm --cached -r .
And rewrite the Git index with
git reset --hard