fix: add shebang to cli.ts for npm bin to work properly

This commit is contained in:
chenbaowang 2026-04-15 17:56:42 +08:00
parent de7be0fc7d
commit 8c87cc5fe4

View file

@ -1,3 +1,4 @@
#!/usr/bin/env node
import { Command } from "commander";
import { readFileSync } from "node:fs";
import { resolve } from "node:path";