diff options
| author | Ben Sima <ben@bensima.com> | 2025-11-22 12:43:51 -0500 |
|---|---|---|
| committer | Ben Sima <ben@bensima.com> | 2025-11-22 12:46:09 -0500 |
| commit | 4857678010f47891c0637b2bcfb0889bbf3b9e01 (patch) | |
| tree | d1499c2ef717d9e6259ca1deb32b42ce44069e8a | |
| parent | 7c649a257aa79f01bcaf989191a065acf8105132 (diff) | |
Add amp to PATH
I can't install it globally because nix, and I want the bleeding edge
builds, so we are using npm.
| -rw-r--r-- | .envrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -27,6 +27,9 @@ # executable bild outputs go here PATH_add $CODEROOT/_/bin # +# amp is installed here + PATH_add $CODEROOT/node_modules/.bin +# # library/linkable bild outputs go here export LTDL_LIBRARY_PATH=$CODEROOT/_/lib # |
