Skip to content

Commit

Permalink
Merge branch 'main' into improve-chatbox-gemini
Browse files Browse the repository at this point in the history
  • Loading branch information
sawaynm authored Dec 23, 2024
2 parents 9a6631c + abe4b0a commit f87c961
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Chatbox-gemini/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "Gemini Chat Codespace",
"image": "mcr.microsoft.com/devcontainers/javascript-node:latest",
"features": {
"ghcr.io/devcontainers/features/node:1": {
"version": "20"
}
},
"customizations": {
"vscode": {
"extensions": [
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode"
]
}
},
"postCreateCommand": "npm ci"
}

0 comments on commit f87c961

Please sign in to comment.