Skip to content

Commit

Permalink
fix: Update main.ts to include shebang for executable
Browse files Browse the repository at this point in the history
  • Loading branch information
microshine committed Aug 15, 2024
1 parent 7cfeaeb commit e9c9b33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/cli/src/main.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env node
import { program } from './program';

import './cmd_yubico';
Expand Down

0 comments on commit e9c9b33

Please sign in to comment.