You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pin packageManager: pnpm@10.15.0 in root package.json — Railway's Railpack
builder was resolving a different pnpm version than the one that generated
pnpm-lock.yaml, causing `pnpm install --frozen-lockfile` to fail during the
first deploy attempt (reproduced only on Railway; local installs were
unaffected since node_modules was already in sync).
shell/rsbuild.config.ts: strategyCurator and chat's federation remote URLs
now read from PUBLIC_STRATEGY_CURATOR_REMOTE/PUBLIC_CHAT_REMOTE env vars
at build time (localhost defaults preserved for dev) — the other twelve
remotes stay hardcoded, since Module Federation remotes are lazy-loaded
and nothing in the humain-vc flow ever navigates to them.
shell/src/App.svelte, apps/chat/src/App.svelte,
apps/strategy-curator/src/curation.svelte.ts: each app independently
connects to workspace-service's WS endpoint (no shared workspace
singleton across federation) — all three now read PUBLIC_WS_URL instead
of a hardcoded ws://localhost:3001/ws.
Files changed:
- package.json
- shell/rsbuild.config.ts
- shell/src/App.svelte
- apps/chat/src/App.svelte
- apps/strategy-curator/src/curation.svelte.ts
0 commit comments