mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-07-12 21:02:17 +02:00
macOS's resolver maps *.apps.localhost to ::1 only, so Electron's iframe connects to [::1]:3210 while the server listened on 127.0.0.1 only — connection refused, blank app, while external browsers succeeded via their own IPv4 fallback. Listen on both loopback addresses (::1 best-effort for IPv6-disabled machines). |
||
|---|---|---|
| .. | ||
| scripts | ||
| src | ||
| .gitignore | ||
| package.json | ||
| tsconfig.build.json | ||
| tsconfig.json | ||
| vitest.config.ts | ||