fix: missing shebang in CLI
This commit is contained in:
parent
2c7bb9a86c
commit
22d3e439d2
1 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/env node
|
||||
import yargs from "yargs";
|
||||
import { hideBin } from "yargs/helpers";
|
||||
import * as cssCmd from "./cmds/css.mjs";
|
||||
|
|
Loading…
Reference in a new issue