Skip to content
This repository was archived by the owner on Nov 21, 2024. It is now read-only.

Commit 402ec66

Browse files
committed
fix: Remove bin folder from gitignore
1 parent 9929b20 commit 402ec66

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
# compiled output
44
.env
55
.tmp
6-
bin
76
dist
87
tmp
98
out-tsc

bin/rucken

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/usr/bin/env node
2+
3+
require('../dist/bin/app.js');

0 commit comments

Comments
 (0)