32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
|
{
|
||
|
"name": "SPFx 1.17.3",
|
||
|
"image": "docker.io/m365pnp/spfx:1.17.3",
|
||
|
"settings": {
|
||
|
|
||
|
},
|
||
|
"extensions": [
|
||
|
"editorconfig.editorconfig",
|
||
|
"dbaeumer.vscode-eslint"
|
||
|
],
|
||
|
"forwardPorts": [
|
||
|
4321,
|
||
|
35729
|
||
|
],
|
||
|
"portsAttributes": {
|
||
|
"4321": {
|
||
|
"protocol": "https",
|
||
|
"label": "Manifest",
|
||
|
"onAutoForward": "silent",
|
||
|
"requireLocalPort": true
|
||
|
},
|
||
|
"35729": {
|
||
|
"protocol": "https",
|
||
|
"label": "LiveReload",
|
||
|
"onAutoForward": "silent",
|
||
|
"requireLocalPort": true
|
||
|
}
|
||
|
},
|
||
|
"postCreateCommand": "bash .devcontainer/spfx-startup.sh",
|
||
|
"remoteUser": "node"
|
||
|
}
|