summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Sima <ben@bensima.com>2025-11-22 12:43:51 -0500
committerBen Sima <ben@bensima.com>2025-11-22 12:46:09 -0500
commit4857678010f47891c0637b2bcfb0889bbf3b9e01 (patch)
treed1499c2ef717d9e6259ca1deb32b42ce44069e8a
parent7c649a257aa79f01bcaf989191a065acf8105132 (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--.envrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.envrc b/.envrc
index 9a5e7c8..3141b6c 100644
--- a/.envrc
+++ b/.envrc
@@ -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
#