完善开发环境配置
This commit is contained in:
		@@ -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": {},
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user