more errors

This commit is contained in:
Don 2022-10-20 11:12:54 -05:00
parent 254a22e080
commit e39125f674
1 changed files with 36 additions and 36 deletions

View File

@ -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",