mirror of
https://github.com/jakejarvis/rdapper.git
synced 2026-09-22 23:05:31 -04:00
fix: update tsdown outputs from .js to .mjs
This commit is contained in:
@@ -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) {
|
||||
Reference in New Issue
Block a user