mirror of
				https://github.com/imfing/hextra.git
				synced 2025-10-31 02:34:52 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			24 lines
		
	
	
		
			517 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			517 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "image": "mcr.microsoft.com/devcontainers/go:1",
 | |
|   "features": {
 | |
|     "ghcr.io/devcontainers/features/hugo:1": {
 | |
|       "extended": true,
 | |
|       "version": "0.147.7"
 | |
|     },
 | |
|     "ghcr.io/devcontainers/features/node:1": {}
 | |
|   },
 | |
|   "customizations": {
 | |
|     "vscode": {
 | |
|       "extensions": [
 | |
|         "mhutchie.git-graph",
 | |
|         "esbenp.prettier-vscode",
 | |
|         "tamasfe.even-better-toml",
 | |
|         "budparr.language-hugo-vscode"
 | |
|       ]
 | |
|     }
 | |
|   },
 | |
|   "postCreateCommand": "npm install",
 | |
|   "forwardPorts": [
 | |
|     1313
 | |
|   ]
 | |
| } | 
