Skip to content

Commit

Permalink
fix: things seem to be working locally
Browse files Browse the repository at this point in the history
  • Loading branch information
micahg committed Feb 19, 2024
1 parent 86d3008 commit d64ec6a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "chrome",
"request": "launch",
"name": "Run (Chrome)",
"url": "http://localhost:4200",
"webRoot": "${workspaceFolder}",
"userDataDir": false
},
{
"name": "Build UI",
"type": "node",
Expand Down Expand Up @@ -73,5 +81,12 @@
"console": "integratedTerminal",
"internalConsoleOptions": "neverOpen"
}
],
"compounds": [
{
"name": "Build All",
"configurations": [ "Build API", "Build UI" ],
"stopAll": true,
}
]
}

0 comments on commit d64ec6a

Please sign in to comment.