UNPKG

@linkedmink/node-route53-dynamic-dns

Version:

Background process that updates AWS Route 53 DNS address records whenever the public IP of the hosting environment changes

9 lines (6 loc) 135 B
#!/usr/bin/env bun const result = await Bun.build({ entrypoints: ["./src/index.mts"], outdir: "./dist", }); console.log(result);