add go and node to local dev, in anticipation of using hugo modules

This commit is contained in:
Cyryl Płotnicki 2023-08-13 16:35:47 +01:00
parent c9ef6473f9
commit af8d341f86

View file

@ -18,12 +18,15 @@
cacert cacert
rsync rsync
git git
go
hugo hugo
hut hut
nodejs
ruby ruby
statix statix
bundler bundler
]; ];
NODE_PATH="./node_modules";
}; };
}); });
} }