Add SCHEME environment variable to vscodium launcher

This commit is contained in:
Preston Maness 2023-06-11 23:52:53 -05:00
parent ecc789a4a9
commit 9196aeaad6

4
.vscode/launch.json vendored
View file

@ -16,8 +16,8 @@
"<node_internals>/**" "<node_internals>/**"
], ],
"type": "node", "type": "node",
"env": { "DOMAIN": "localhost:3000"}, "env": { "DOMAIN": "localhost:3000", "SCHEME": "http"},
"outputCapture": "std" "outputCapture": "std"
} }
] ]
} }