Skip to content

Commit 5430af8

Browse files
committed
fix(shebang): change interpreter from 'node' to 'bun'
1 parent eb343ca commit 5430af8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/codemachine.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env node
1+
#!/usr/bin/env bun
22

33
/**
44
* Shell wrapper for CodeMachine CLI

0 commit comments

Comments
 (0)