Skip to content

Commit

Permalink
fix: add missing shebang to cli script
Browse files Browse the repository at this point in the history
closes #1, thanks @Fermain!
  • Loading branch information
davidenke committed Dec 11, 2024
1 parent dbcda47 commit 6ffea5e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/cli.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env node

import { existsSync } from 'node:fs';
import { mkdir, rm, watch, writeFile } from 'node:fs/promises';
import { resolve } from 'node:path';
Expand Down

0 comments on commit 6ffea5e

Please sign in to comment.