We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac91dac commit 53f2649Copy full SHA for 53f2649
.devcontainer/devcontainer.json
@@ -21,11 +21,11 @@
21
// "features": {},
22
23
// Use 'forwardPorts' to make a list of ports inside the container available locally.
24
- "forwardPorts": [1313],
+ // "forwardPorts": [1313],
25
26
// You can use go mod instead
27
"postCreateCommand": "git submodule update --init",
28
29
// This will automatically start the Hugo server on Codespaces launch
30
- "postStartCommand": "hugo server --bind 0.0.0.0 --baseURL=http://localhost:1313/"
+ "postStartCommand": "hugo server"
31
}
0 commit comments