Skip to content

Commit

Permalink
fix: add hashbang
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-pousette committed Feb 24, 2024
1 parent 638d3cc commit 8548a5e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/blog-platform/cli/src/bin.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env node

import { start } from "./cli.js";

start();

0 comments on commit 8548a5e

Please sign in to comment.