Skip to content

Commit

Permalink
back out some changes
Browse files Browse the repository at this point in the history
  • Loading branch information
brendanv committed Sep 29, 2024
1 parent b6ae255 commit f94af5d
Showing 1 changed file with 1 addition and 22 deletions.
23 changes: 1 addition & 22 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
"features": {
"ghcr.io/devcontainers/features/go:1": {},
"ghcr.io/devcontainers/features/node:1": {},
"ghcr.io/devcontainers/features/github-cli:1": {}
"ghcr.io/devcontainers/features/node:1": {}
},
"forwardPorts": [3000, 5173],
"portsAttributes": {
Expand All @@ -22,26 +21,6 @@
"openFiles": [
"frontend/.env"
]
},
"vscode": {
"settings": {},
"extensions": [],
"commands": [
{
"command": "workbench.action.terminal.newWithCommand",
"args": {
"command": "cd backend/ && go run main.go serve --http 0.0.0.0:3000"
},
"title": "Lynx Backend"
},
{
"command": "workbench.action.terminal.newWithCommand",
"args": {
"command": "cd frontend/ && npm run dev"
},
"title": "Lynx Frontend"
}
]
}
}
}

0 comments on commit f94af5d

Please sign in to comment.