1
0
mirror of https://github.com/robonen/tools.git synced 2026-03-20 02:44:45 +00:00

chore: remove shebang from cli.ts

This commit is contained in:
2025-05-19 17:52:26 +07:00
parent 8355477e0e
commit 32bf20899f

View File

@@ -1,5 +1,3 @@
#!/usr/bin/env node
import { mkdir, writeFile } from 'node:fs/promises'; import { mkdir, writeFile } from 'node:fs/promises';
import { defineCommand, runMain } from 'citty'; import { defineCommand, runMain } from 'citty';
import { resolve } from 'node:path'; import { resolve } from 'node:path';