Skip to content

Commit ea9bf88

Browse files
committed
feat(codespaces): make it easier to preview the desktop
1 parent 1c350d9 commit ea9bf88

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.devcontainer/devcontainer.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,14 @@
1010
},
1111

1212
"forwardPorts": [
13+
6080,
1314
8080,
1415
8181
1516
],
1617
"portsAttributes": {
18+
"6080": {
19+
"label": "Desktop"
20+
},
1721
"8080": {
1822
"label": "Serenity Reports"
1923
},

0 commit comments

Comments
 (0)