This commit is contained in:
Luke Tomlinson
2023-03-22 12:55:15 -07:00
parent df885279a1
commit af657acebc
5 changed files with 261 additions and 180 deletions

8
.vscode/launch.json vendored
View File

@@ -24,7 +24,10 @@
],
"cwd": "${workspaceFolder}/src",
"console": "integratedTerminal",
"requireExactSource": false
"requireExactSource": false,
"env": {
"USE_BROKER_FLOW": "1"
}
},
{
"name": "Configure",
@@ -54,5 +57,4 @@
"requireExactSource": false
},
],
}
}