Skip to content

Commit 11a211f

Browse files
committed
chore: trach /bin dir and update .gitignore
1 parent f287017 commit 11a211f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ npm-debug.log*
66
yarn-debug.log*
77
yarn-error.log*
88

9-
/bin
109
# Runtime data
1110
pids
1211
*.pid

bin/rnr.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/usr/bin/env node
2+
3+
import init from "../dist/index.js";
4+
5+
init();

0 commit comments

Comments
 (0)