We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e546bd8 commit ab5301aCopy full SHA for ab5301a
.envrc
@@ -1,6 +1,14 @@
1
# shellcheck shell=bash
2
+
3
export NODE_VERSIONS="${HOME}/.nvm/versions/node"
4
export NODE_VERSION_PREFIX="v"
-use node
5
6
+if test -d "$NODE_VERSIONS"; then
7
+ use node
8
+fi
9
10
layout node
-layout opam
11
12
+if has opam; then
13
+ layout opam
14
.gitignore
@@ -2,7 +2,9 @@
/_opam/
/.vscode/
/.yarn/
+/dev-tools.locks/
/dist/
+/dune.lock/
/node_modules/
/lib/*
0 commit comments