Skip to content

Commit f272b89

Browse files
jonasnobileclaude
andcommitted
fix: add shebang to bin entry point for correct shell execution
Without the shebang, running `oblaka` via the bin link causes the shell to interpret the TypeScript source as a shell script. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 12e6bd9 commit f272b89

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/commands/run.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env bun
12
import { CloudflareConfigureExecutor } from './configure'
23
import { CloudflareDeployExecutor } from './deploy'
34
import { input } from './input'

0 commit comments

Comments
 (0)