完善开发环境配置

This commit is contained in:
孟宁
2024-11-24 06:33:09 +00:00
parent 428bed52c8
commit e696decaf6
4 changed files with 20 additions and 21 deletions

View File

@@ -6,7 +6,7 @@
"image": "mcr.microsoft.com/devcontainers/typescript-node:1-20-bookworm",
"features": {
"ghcr.io/devcontainers/features/git:1": {}
}
},
// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},
@@ -15,7 +15,7 @@
// "forwardPorts": [],
// Use 'postCreateCommand' to run commands after the container is created.
// "postCreateCommand": "yarn install",
"postCreateCommand": "npm install"
// Configure tool-specific properties.
// "customizations": {},