Skip to content

Commit 82a113c

Browse files
committed
Fix devcontainer formatting
1 parent ffdcabf commit 82a113c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// "features": {},
1313

1414
// Use 'forwardPorts' to make a list of ports inside the container available locally.
15-
"forwardPorts": [4200, 8681, 7200],
15+
"forwardPorts": [4200, 8681, 7200]
1616

1717
// Use 'postCreateCommand' to run commands after the container is created.
1818
// "postCreateCommand": "yarn install",

0 commit comments

Comments
 (0)