Skip to content

Commit

Permalink
frontend build launch.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tomolopolis committed Jan 31, 2025
1 parent 04233e5 commit 451b721
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,18 @@
],
"console": "integratedTerminal"
},
{
"name": "frontend build",
"type": "node",
"request": "launch",
"cwd": "${workspaceFolder}/webapp/frontend",
"runtimeExecutable": "npm",
"runtimeArgs": [
"run",
"build"
],
"console": "integratedTerminal"
},
{
"name": "django shell",
"type": "debugpy",
Expand Down

0 comments on commit 451b721

Please sign in to comment.