From e9439531c85957743fc0cb2ed19eb51fa27223c8 Mon Sep 17 00:00:00 2001 From: Chris Wanstrath Date: Tue, 16 Sep 2025 22:35:54 -0700 Subject: [PATCH] that too --- src/webapp.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/webapp.ts b/src/webapp.ts index 435d849..eb4c507 100644 --- a/src/webapp.ts +++ b/src/webapp.ts @@ -108,6 +108,8 @@ const appWatcher = watch(NOSE_WWW, (event, filename) => { const www = apps() www.forEach(publishAppDNS) for (const name in dnsEntries) - if (!www.includes(name)) + if (!www.includes(name)) { dnsEntries[name].kill("SIGTERM") + delete dnsEntries[name] + } }) \ No newline at end of file