fix: update tsdown outputs from .js to .mjs

This commit is contained in:
2025-12-30 12:53:17 -05:00
parent c6da4c1f69
commit e6b2e94614
3 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
// echo "example.com" | npx rdapper
import { createInterface } from "node:readline";
import { lookup } from "../dist/index.js";
import { lookup } from "../dist/index.mjs";
async function main() {
if (process.argv.length > 2) {