Skip to content

Commit

Permalink
Add AWS Admin Local
Browse files Browse the repository at this point in the history
  • Loading branch information
duplodavid committed May 15, 2024
1 parent f33fc17 commit 8adc081
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,20 @@
"--interactive"
],
},
{
"name": "AWS Admin Local",
"type": "go",
"request": "launch",
"mode": "auto",
"program": "${workspaceFolder}/cmd/duplo-jit/main.go",
"args": [
"aws",
"--admin",
"--host",
"http://localhost:4200",
"--interactive"
],
},
{
"name": "AWS Tenant Name",
"type": "go",
Expand Down

0 comments on commit 8adc081

Please sign in to comment.