Skip to content

Commit 0702d2b

Browse files
jeffdyerclaude
andcommitted
Fix shebang line position in main.js
Move shebang above license comment so it is on line 1, fixing SyntaxError on startup. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 55d3aab commit 0702d2b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/api/src/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// SPDX-License-Identifier: MIT
21
#!/usr/bin/env node
2+
// SPDX-License-Identifier: MIT
33

44
import { createApp } from "./app.js";
55

0 commit comments

Comments
 (0)