Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ReneHezser committed Oct 10, 2024
1 parent 88c256f commit 77370d3
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
{
"name": "Hugo & pnpm",
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
"features": {
"ghcr.io/devcontainers/features/hugo:1": {
"extended": true,
"version": "latest"
}
},
"forwardPorts": [
1313
],
"features": {
"ghcr.io/devcontainers/features/hugo:1": {
"extended": true,
"version": "latest"
}
},
"forwardPorts": [1313],

"customizations": {
"vscode": {
Expand Down

0 comments on commit 77370d3

Please sign in to comment.