Skip to content

Commit f61f086

Browse files
askhatpathscale
authored andcommitted
feat: add bunfig.toml
1 parent 3fc984f commit f61f086

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Diff for: bunfig.toml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[run]
2+
# Prepends $PATH with `node` executable which's a symlink to `bun`
3+
bun = true
4+
5+
[install]
6+
# Use the exact versions specified in package.json
7+
exact = true
8+
9+
# Cache downloaded packages
10+
cache = true
11+
12+
# Use frozen installation (equivalent to npm's --frozen-lockfile)
13+
frozen = true

0 commit comments

Comments
 (0)