more errors
This commit is contained in:
parent
254a22e080
commit
e39125f674
|
@ -12,7 +12,8 @@
|
||||||
// Use 'forwardPorts' to make a list of ports inside the container available locally.
|
// Use 'forwardPorts' to make a list of ports inside the container available locally.
|
||||||
"forwardPorts": [
|
"forwardPorts": [
|
||||||
4321,
|
4321,
|
||||||
35729
|
35729,
|
||||||
|
5432
|
||||||
],
|
],
|
||||||
"portsAttributes": {
|
"portsAttributes": {
|
||||||
"4321": {
|
"4321": {
|
||||||
|
@ -21,12 +22,11 @@
|
||||||
"onAutoForward": "silent",
|
"onAutoForward": "silent",
|
||||||
"requireLocalPort": true
|
"requireLocalPort": true
|
||||||
},
|
},
|
||||||
// Not needed for SPFx>= 1.12.1
|
"5432": {
|
||||||
// "5432": {
|
"protocol": "https",
|
||||||
// "protocol": "https",
|
"label": "Workbench",
|
||||||
// "label": "Workbench",
|
"onAutoForward": "silent"
|
||||||
// "onAutoForward": "silent"
|
},
|
||||||
// },
|
|
||||||
"35729": {
|
"35729": {
|
||||||
"protocol": "https",
|
"protocol": "https",
|
||||||
"label": "LiveReload",
|
"label": "LiveReload",
|
||||||
|
|
Loading…
Reference in New Issue