fix(cli): prevent duplicate shebang in npm bundle

This commit is contained in:
Dotta
2026-03-03 13:54:40 -06:00
parent 0b6699a6ca
commit 6a8b3e921b
2 changed files with 8 additions and 5 deletions

View File

@@ -1,4 +1,3 @@
#!/usr/bin/env node
import { Command } from "commander";
import { onboard } from "./commands/onboard.js";
import { doctor } from "./commands/doctor.js";