Added Node.js support.

This commit is contained in:
Alexander Borisov
2018-10-03 17:50:03 +03:00
parent 141ee2aa32
commit ea62327b00
13 changed files with 1667 additions and 0 deletions

View File

@@ -25,6 +25,10 @@ case "$nxt_module" in
. auto/modules/ruby
;;
nodejs)
. auto/modules/nodejs
;;
*)
echo
echo $0: error: invalid module \"$nxt_module\".