The isServer detection required location.hostname === 'localhost', which fails in Docker containers where the hostname is the container ID. Now any non-file: protocol correctly triggers API fetch and SSE. Fixes #3
The isServer detection required location.hostname === 'localhost', which fails in Docker containers where the hostname is the container ID. Now any non-file: protocol correctly triggers API fetch and SSE. Fixes #3