chore: added -S flag to env shebang 7ca21c3e
Steve · 2025-11-18 09:57 1 file(s) · +1 −1
src/index.ts +1 −1
1 -
#!/usr/bin/env node --no-deprecation
1 +
#!/usr/bin/env -S node --no-deprecation
2 2
import {
3 3
	binary,
4 4
	command,