Make the (very minimal) CLI official

This commit is contained in:
2025-10-12 17:14:37 -04:00
parent 35c73e2bb2
commit 08a5b9a576
6 changed files with 53 additions and 35 deletions
+2 -1
View File
@@ -1,8 +1,9 @@
import { defineConfig } from "tsdown";
export default defineConfig({
entry: ["src/index.ts"],
platform: "node",
entry: ["src/index.ts"],
dts: true,
nodeProtocol: "strip",
external: ["tldts"],
});