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.
"forwardPorts": [
4321,
35729
35729,
5432
],
"portsAttributes": {
"4321": {
@ -21,12 +22,11 @@
"onAutoForward": "silent",
"requireLocalPort": true
},
// Not needed for SPFx>= 1.12.1
// "5432": {
// "protocol": "https",
// "label": "Workbench",
// "onAutoForward": "silent"
// },
"5432": {
"protocol": "https",
"label": "Workbench",
"onAutoForward": "silent"
},
"35729": {
"protocol": "https",
"label": "LiveReload",