Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubno committed Oct 26, 2023
1 parent 29cd891 commit 8eeb639
Show file tree
Hide file tree
Showing 4 changed files with 241 additions and 1 deletion.
15 changes: 15 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,21 @@
"console": "integratedTerminal",
"asRoot": true,
},
{
"name": "Debug api",
"type": "go",
"request": "launch",
"mode": "debug",
"buildFlags": "-race -gcflags=all=\"-N -l\"",
"program": "${workspaceFolder}/packages/api/main.go",
"args": [
"--port",
"3000"
],
"console": "integratedTerminal",
"asRoot": true,
"envFile": "${workspaceFolder}/packages/api/.env"
},
{
"name": "Attach to Process",
"type": "go",
Expand Down
Loading

0 comments on commit 8eeb639

Please sign in to comment.