6 lines
167 B
Plaintext
6 lines
167 B
Plaintext
use flake
|
|
|
|
# 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
|