mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-27 16:50:30 -04:00
20 lines
431 B
JSON
20 lines
431 B
JSON
{
|
|
"name": "jarv.is",
|
|
"image": "mcr.microsoft.com/vscode/devcontainers/javascript-node:0-14",
|
|
"settings": {
|
|
"terminal.integrated.shell.linux": "/bin/zsh"
|
|
},
|
|
"extensions": [
|
|
"budparr.language-hugo-vscode",
|
|
"bungcip.better-toml",
|
|
"dbaeumer.vscode-eslint",
|
|
"esbenp.prettier-vscode",
|
|
"stylelint.vscode-stylelint"
|
|
],
|
|
"forwardPorts": [
|
|
1337,
|
|
9337
|
|
],
|
|
"postCreateCommand": "yarn install"
|
|
}
|