feat: soc-client timeout via toolConfig, 24 unit tests, fix abort early-check and placeholder regex
Deploy LangGraph Server to Azure Web App / build-and-deploy (push) Failing after 24s
Deploy LangGraph UI to Azure Static Web Apps / build-and-deploy (push) Failing after 39s

This commit is contained in:
gongzhiyong
2026-04-12 14:57:06 +08:00
parent 38395226e5
commit b93f08f206
8 changed files with 685 additions and 20 deletions
+5 -2
View File
@@ -13,7 +13,9 @@
"build": "tsc -b && vite build",
"lint": "eslint .",
"format": "prettier --write .",
"format:check": "prettier --check ."
"format:check": "prettier --check .",
"test": "vitest run",
"test:watch": "vitest"
},
"dependencies": {
"@assistant-ui/react": "^0.8.0",
@@ -85,7 +87,8 @@
"tailwindcss": "^4.0.6",
"typescript": "~5.7.2",
"typescript-eslint": "^8.22.0",
"vite": "^6.1.0"
"vite": "^6.1.0",
"vitest": "^3.1.1"
},
"overrides": {
"react-is": "^19.0.0-rc-69d4b800-20241021"