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