chore: Fix executable issue 5e327aa3
Steve · 2025-05-16 10:48 1 file(s) · +2 −0
src/index.ts +2 −0
1 +
#!/usr/bin/env node
2 +
1 3
import fs from "fs-extra";
2 4
import path from "node:path";
3 5
import { fileURLToPath } from "node:url";