Files
netris-nestri/package.json
Wanjohi b9b090a620 fix(deploy): stop bun dev when either half dies, not just the API
The issuer ran in the background and nothing watched it. If it failed to
bind, or exited an hour later, the API kept serving and kept reporting
itself ready — while every authenticated request failed, because there was
no issuer to verify a token against. That is the worst shape for a
development failure: the thing you are looking at looks fine.

Both run in the background now, and the script waits for either to stop
before killing the other. The previous form only handled the direction
where the API was the one that exited.
2026-09-05 16:39:08 +03:00

1.5 KiB