1
0
mirror of https://github.com/bitwarden/cli synced 2026-01-18 23:53:13 +00:00

change to koa to support async/await

This commit is contained in:
Kyle Spearrin
2022-02-07 11:25:35 -05:00
parent a4c22b8d4e
commit 4ffe6f3183
4 changed files with 977 additions and 639 deletions

10
.vscode/launch.json vendored
View File

@@ -8,7 +8,15 @@
"protocol": "inspector",
"cwd": "${workspaceRoot}",
"program": "${workspaceFolder}/build/bw.js",
"args": ["login", "sdfsd@sdfdf.com", "ddddddd"]
"sourceMapPathOverrides": {
"meteor://💻app/*": "${workspaceFolder}/*",
"webpack:///./~/*": "${workspaceFolder}/node_modules/*",
"webpack://?:*/*": "${workspaceFolder}/*",
"webpack://@bitwarden/cli/*": "${workspaceFolder}/*"
},
"smartStep": true,
"console": "integratedTerminal",
"args": ["serve"]
}
]
}