npm version, fix gpt-4-vision

This commit is contained in:
zsviczian
2025-06-12 19:19:14 +00:00
parent 8da97a63e0
commit 5accd657d9
6 changed files with 42 additions and 10 deletions

View File

@@ -0,0 +1,17 @@
{
"name": "Node.js 20",
"image": "mcr.microsoft.com/devcontainers/javascript-node:20",
"features": {
"ghcr.io/devcontainers/features/node:1": {
"version": "20"
}
},
"postCreateCommand": "npm install",
"customizations": {
"vscode": {
"extensions": [
"ms-vscode.vscode-typescript-next"
]
}
}
}