- Add public/staticwebapp.config.json with navigationFallback for Azure SWA SPA routing - Add manualChunks in vite.config.ts to split vendor deps (react/langgraph-sdk/assistant-ui/radix/markdown/charts/router) - Add property-information resolve alias to fix refractor→hastscript@6 CJS/ESM conflict (pre-existing build failure) - Exclude agent/ from tsconfig.app.json to fix hono missing type error (agent is backend-only, frontend CI uses pnpm vite build directly) Build output chunks: vendor-react: 12.30 kB (gzip: 4.35 kB) vendor-langgraph: 32.85 kB (gzip: 9.29 kB) vendor-markdown: 316.65 kB (gzip: 94.19 kB) vendor-charts: 428.01 kB (gzip: 113.50 kB) vendor-assistant-ui: 740.11 kB (gzip: 260.11 kB) index: 379.74 kB (gzip: 110.17 kB) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
## Azure Resources Created - ACR: socsocacr.azurecr.io (Operation, southeastasia) - Container App Environment: soc-cae (Operation, southeastasia) - Container App: soc-langgraph (Operation, southeastasia, port 2024) - Scale: 0-2 replicas, 0.5 vCPU / 1GB - Registry: socsocacr.azurecr.io (system-assigned managed identity) - OIDC: oidc-msi-8ac6 granted Contributor on Operation resource group ## What's included - Full langgraphjs-gen-ui-examples codebase under langgraph/ - Dockerfile: node:20-slim + pnpm, exposes port 2024 - .dockerignore, .gitignore - GitHub Actions: .github/workflows/deploy-langgraph.yml - Trigger: push to main, paths langgraph/** - Uses az acr build (cloud build, no local Docker needed) - Deploys to soc-langgraph Container App Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>