Skip to content

Commit

Permalink
fix: GH workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
lgersman committed Oct 29, 2024
1 parent a4cf27c commit 3c133f4
Showing 1 changed file with 14 additions and 20 deletions.
34 changes: 14 additions & 20 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,26 +52,20 @@
// }
// },

// doesnt work anymore as of 2024-10-29
//
// "portsAttributes": {
// "9003": {
// "label": "PHP xdebug port"
// },
// "8888": {
// "label": "wp-env developer instance"
// },
// "8889": {
// "label": "wp-env test instance"
// }
// },

"forwardPorts": [
8888,
8889,
9003,
6006
],
"portsAttributes": {
"9003": {
"label": "PHP xdebug port"
},
"8888": {
"label": "wp-env developer instance"
},
"8889": {
"label": "wp-env test instance"
},
"6006": {
"label": "storybook dev server"
}
},

"appPort": [
8888,
Expand Down

0 comments on commit 3c133f4

Please sign in to comment.