mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 01:03:35 +00:00
Move desktop into apps/desktop
This commit is contained in:
16
apps/desktop/.vscode/launch.json
vendored
Normal file
16
apps/desktop/.vscode/launch.json
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Debug Main Process",
|
||||
"type": "node",
|
||||
"request": "launch",
|
||||
"cwd": "${workspaceRoot}/build",
|
||||
"runtimeExecutable": "${workspaceRoot}/node_modules/.bin/electron",
|
||||
"windows": {
|
||||
"runtimeExecutable": "${workspaceRoot}/node_modules/.bin/electron.cmd"
|
||||
},
|
||||
"args": ["."]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user