fix: add shebang to entrypoint

This commit is contained in:
Alexander Navarro 2025-04-11 19:40:59 -04:00
parent e43815f2a6
commit b4a551489c

View file

@ -1,3 +1,5 @@
#!/usr/bin/env bun
import sassPlugin from "@alecodes/bun-plugin-sass";
import { parseArgs } from "node:util";
import path from "node:path";