Skip to content

Commit

Permalink
empty runner
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Feb 3, 2024
1 parent a8f8738 commit 26c540f
Show file tree
Hide file tree
Showing 9 changed files with 4,458 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -128,3 +128,5 @@ dist
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*

dist
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v20.11.0
4 changes: 4 additions & 0 deletions bin/bx.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env node
import cli from '../dist/index.js'

cli()
Loading

0 comments on commit 26c540f

Please sign in to comment.