mirror of
https://codeberg.org/keyoxide/keyoxide-web.git
synced 2024-12-22 14:59:29 -07:00
Add SCHEME environment variable to vscodium launcher
This commit is contained in:
parent
ecc789a4a9
commit
9196aeaad6
1 changed files with 2 additions and 2 deletions
2
.vscode/launch.json
vendored
2
.vscode/launch.json
vendored
|
@ -16,7 +16,7 @@
|
|||
"<node_internals>/**"
|
||||
],
|
||||
"type": "node",
|
||||
"env": { "DOMAIN": "localhost:3000"},
|
||||
"env": { "DOMAIN": "localhost:3000", "SCHEME": "http"},
|
||||
"outputCapture": "std"
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue