fix: missing shebang in CLI

This commit is contained in:
D. Moonfire 2024-05-10 01:42:27 -05:00
parent 2c7bb9a86c
commit 22d3e439d2

View file

@ -1,3 +1,4 @@
#!/usr/bin/env node
import yargs from "yargs";
import { hideBin } from "yargs/helpers";
import * as cssCmd from "./cmds/css.mjs";