had to
This commit is contained in:
parent
2d7aa75a49
commit
7c4b667996
|
|
@ -105,5 +105,9 @@ function publishAppDNS(app: string) {
|
||||||
}
|
}
|
||||||
|
|
||||||
const appWatcher = watch(NOSE_WWW, (event, filename) => {
|
const appWatcher = watch(NOSE_WWW, (event, filename) => {
|
||||||
apps().forEach(publishAppDNS)
|
const www = apps()
|
||||||
|
www.forEach(publishAppDNS)
|
||||||
|
for (const name in dnsEntries)
|
||||||
|
if (!www.includes(name))
|
||||||
|
dnsEntries[name].kill("SIGTERM")
|
||||||
})
|
})
|
||||||
Loading…
Reference in New Issue
Block a user