This commit is contained in:
Chris Wanstrath 2025-09-16 22:30:17 -07:00
parent f2ca79b689
commit 2d7aa75a49

View File

@ -90,6 +90,7 @@ export async function publishDNS() {
process.on(sig, () => { process.on(sig, () => {
for (const name in dnsEntries) for (const name in dnsEntries)
dnsEntries[name].kill("SIGTERM") dnsEntries[name].kill("SIGTERM")
process.exit(0)
}) })
) )
} }