Skip to content

Commit

Permalink
cleanup backend, dx
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveSkender committed Jan 26, 2025
1 parent 756b84a commit 4cacdf6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
"ms-azuretools.vscode-azurefunctions",
"ms-dotnettools.csharp",
"angular.ng-template"
]
],
"settings": {
"terminal.integrated.shell.linux": "/usr/bin/bash"
}
}
},
"settings": {
"terminal.integrated.shell.linux": "/usr/bin/bash"
},
"postCreateCommand": "cd client && npm install",
"remoteEnv": {
"ALPACA_KEY": "${localEnv:ALPACA_KEY}",
Expand Down
File renamed without changes.

0 comments on commit 4cacdf6

Please sign in to comment.