Files
dm-companion/.envrc
2025-05-27 16:29:14 -07:00

6 lines
165 B
Bash

use nix
# Add Node modules only to the end of the path.
# `layout node` will add it to the front, which is not as secure
export PATH=$PATH:$(pwd)/node_modules/.bin