SIGN IN SIGN UP

Quiet a lint warning on the ServerMode union (#2473)

The ServerMode type is CoreServerMode | ExtraServerModes. In grist-core,
ExtraServerModes is just `never`, and a union with `never` collapses to
the other side. Extensions can add over server modes, such as "fleet"
multi-server mode.
P
Paul Fitzpatrick committed
b903e213bf3a4a14e4e2a1d63fa52beed0d9fc36
Parent: 283fb06
Committed by GitHub <noreply@github.com> on 7/21/2026, 2:20:57 PM