Skip to content

Commit

Permalink
launch via npm to pick up .env file (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
robandpdx authored Aug 17, 2023
1 parent 46d8a1e commit 2ea87c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"type": "node",
"request": "launch",
"name": "Launch Probot",
"runtimeExecutable": "probot",
"runtimeArgs": ["run", "./app.js"],
"runtimeExecutable": "npm",
"runtimeArgs": ["start"],
"console": "integratedTerminal",
"cwd": "${workspaceRoot}/",
}
Expand Down

0 comments on commit 2ea87c1

Please sign in to comment.