From 4857678010f47891c0637b2bcfb0889bbf3b9e01 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Sat, 22 Nov 2025 12:43:51 -0500 Subject: Add amp to PATH I can't install it globally because nix, and I want the bleeding edge builds, so we are using npm. --- .envrc | 3 +++ 1 file changed, 3 insertions(+) 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 # -- cgit v1.2.3