Replace tsup with tsdown, add shebang for CLI

This commit is contained in:
Aman Varshney
2025-04-28 04:36:43 +05:30
parent 5ce1c9a28c
commit 49f1fa135f
5 changed files with 198 additions and 213 deletions

View File

@@ -1,3 +1,4 @@
#!/usr/bin/env node
import path from "node:path";
import { cancel, intro, log, outro } from "@clack/prompts";
import { consola } from "consola";