Skip to content

Commit

Permalink
Update launch.json
Browse files Browse the repository at this point in the history
Added deploy flag
  • Loading branch information
jasonjgardner committed Dec 9, 2022
1 parent b3c9359 commit 13b2fe1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"name": "Build",
"type": "pwa-node",
"program": "${workspaceFolder}/src/mod.ts",
"args": ["--DEPLOY true"],
"cwd": "${workspaceFolder}",
"runtimeExecutable": "C:\\Users\\jason\\.deno\\bin\\deno.EXE",
"runtimeArgs": [
Expand Down

0 comments on commit 13b2fe1

Please sign in to comment.