fix: add shebang to entrypoint
This commit is contained in:
parent
e43815f2a6
commit
b4a551489c
1 changed files with 43 additions and 41 deletions
2
index.ts
2
index.ts
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue