Top-level mise config to prepend ~/.local/bin to the $PATH so we can run the bubblewrapped npm and yarn instad of those that are in the respective mise Node.js environments.
4 lines
96 B
TOML
4 lines
96 B
TOML
[env]
|
|
# prepend PATH with local one so we can use npm wrapper (bwrap)
|
|
_.path = ["~/.local/bin"]
|