Updates to VS Code settings

This commit is contained in:
2024-05-01 01:40:25 -06:00
parent 59f711ab72
commit 48e3f7623d
3 changed files with 3 additions and 1 deletions

11
.vscode/devcontainer.json vendored Normal file
View File

@@ -0,0 +1,11 @@
{
"name": "ScoreSpot Container",
"dockerComposeFile": "../docker-compose.yml",
"service": "web",
"workspaceFolder": "/home/node/app",
"extensions": [
"ecmel.vscode-html-css"
],
"forwardPorts": [3000],
"postCreateCommand": "npm install"
}