Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"name": "Node.js & TypeScript",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/typescript-node:1-20-bookworm",
"image": "mcr.microsoft.com/devcontainers/typescript-node:24-bookworm",
"features": {
"ghcr.io/devcontainers/features/azure-cli:1": {},
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
Expand Down
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
"description": "Azure TypeScript LangchainJS Sample for Azure OpenAI and Azure AI Search.",
"main": "index.js",
"scripts": {
"build": "npm run build --workspaces --if-present && npm link",
"postbuild": "cd packages-v1/langgraph-agent && npm link && cd ../server-api && npm link langgraph-agent",
"build": "npm run build --workspaces --if-present",
"build:docker": "docker build -t langchain-api .",
"start": "node packages/server-api/dist/server.js",
"dev": "npm run dev --workspaces --if-present",
Expand All @@ -19,7 +18,12 @@
"type": "git",
"url": "git+https://github.com/Azure-Samples/azure-typescript-langchainjs.git"
},
"keywords": ["langchainjs", "typescript", "azure", "azure-ai-search"],
"keywords": [
"langchainjs",
"typescript",
"azure",
"azure-ai-search"
],
"author": "diberry",
"license": "ISC",
"bugs": {
Expand Down
1 change: 1 addition & 0 deletions packages-v1/server-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"langgraph-agent": "1.0.0"
},
"devDependencies": {
"@types/node": "^24.10.1",
"prettier": "^3.6.2",
"typescript": "^5.9.3"
}
Expand Down