This commit is contained in:
Luke Tomlinson
2023-03-22 15:20:31 -07:00
parent af657acebc
commit ee19ca253e
4 changed files with 43 additions and 8 deletions

5
.vscode/launch.json vendored
View File

@@ -12,7 +12,10 @@
],
"cwd": "${workspaceFolder}/src",
"console": "integratedTerminal",
"requireExactSource": false
"requireExactSource": false,
"env": {
"USE_BROKER_FLOW": "1"
}
},
{
"name": "Run",