initial commit
This commit is contained in:
12
.devcontainer/devcontainer.json
Normal file
12
.devcontainer/devcontainer.json
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"name": "claude-code-book-chapter8",
|
||||
"image": "mcr.microsoft.com/devcontainers/base:bookworm",
|
||||
"workspaceFolder": "/workspaces/claude-code-book-chapter8",
|
||||
"features": {
|
||||
"ghcr.io/devcontainers/features/node:1": {
|
||||
"version": "lts"
|
||||
},
|
||||
"ghcr.io/anthropics/devcontainer-features/claude-code:1.0": {}
|
||||
},
|
||||
"postCreateCommand": "npm install"
|
||||
}
|
||||
Reference in New Issue
Block a user