generated from tailored/app-template
	Initial commit
This commit is contained in:
		
							
								
								
									
										11
									
								
								.devcontainer/devcontainer.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								.devcontainer/devcontainer.json
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,11 @@
 | 
			
		||||
{
 | 
			
		||||
  "name": "Node.js 22 Development Environment",
 | 
			
		||||
  "image": "mcr.microsoft.com/devcontainers/javascript-node:22",
 | 
			
		||||
  "settings": {
 | 
			
		||||
    "terminal.integrated.defaultProfile.linux": "/bin/bash"
 | 
			
		||||
  },
 | 
			
		||||
  "extensions": [
 | 
			
		||||
    "dbaeumer.vscode-eslint"
 | 
			
		||||
  ],
 | 
			
		||||
  "postCreateCommand": "npm install -g @kevisual/envision-cli@latest && npm install"
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user