Skip to content

Commit

Permalink
common: replacement implementation for axios digest auth
Browse files Browse the repository at this point in the history
  • Loading branch information
koush committed Jan 9, 2024
1 parent c4126d7 commit e25cf86
Show file tree
Hide file tree
Showing 8 changed files with 641 additions and 169 deletions.
22 changes: 12 additions & 10 deletions common/.vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,19 @@
"version": "0.2.0",
"configurations": [
{
"type": "pwa-node",
"name": "ts-node",
"type": "node",
"request": "launch",
"name": "Launch Program",
"skipFiles": [
"<node_internals>/**"
"args": [
"${workspaceFolder}/src/test.ts",
],
"program": "${workspaceFolder}/dist/common/src/test.js",
"preLaunchTask": "npm: build",
"outFiles": [
"${workspaceFolder}/**/*.js"
]
}
"runtimeArgs": [
"-r",
"ts-node/register"
],
"cwd": "${workspaceRoot}",
"protocol": "inspector",
"internalConsoleOptions": "openOnSessionStart"
},
]
}
Loading

0 comments on commit e25cf86

Please sign in to comment.