0.12.35
What's Changed
Fixed: cloud deployments (Railway, Heroku, Render, …)
- The server now binds to
0.0.0.0by default instead oflocalhost, so platform healthcheck proxies can reach your app. - Port resolution prefers the platform-provided
PORTvariable overAPP_PORT(PORT→APP_PORT→3000). - A new
APP_HOSTvariable (fallback HOST) lets you override the bind host. SetAPP_HOST=localhostto restrict to local connections only. - No configuration changes are required for existing local development.
Full Changelog: 0.12.29...0.12.35