Skip to content

Commit a4c8bff

Browse files
authored
update #! in index.ts to execute thie file with bun, not node
1 parent 4533b25 commit a4c8bff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

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
import React from "react";
44
import { render } from "ink";

0 commit comments

Comments
 (0)