Skip to content

Commit ab5301a

Browse files
committed
Dune Developer Preview
Signed-off-by: Sora Morimoto <[email protected]>
1 parent e546bd8 commit ab5301a

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

.envrc

+10-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# shellcheck shell=bash
2+
23
export NODE_VERSIONS="${HOME}/.nvm/versions/node"
34
export NODE_VERSION_PREFIX="v"
4-
use node
5+
6+
if test -d "$NODE_VERSIONS"; then
7+
use node
8+
fi
9+
510
layout node
6-
layout opam
11+
12+
if has opam; then
13+
layout opam
14+
fi

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
/_opam/
33
/.vscode/
44
/.yarn/
5+
/dev-tools.locks/
56
/dist/
7+
/dune.lock/
68
/node_modules/
79

810
/lib/*

0 commit comments

Comments
 (0)