diff options
| author | RblSb <msrblsb@gmail.com> | 2022-11-05 23:11:49 +0300 |
|---|---|---|
| committer | RblSb <msrblsb@gmail.com> | 2022-11-06 01:08:05 +0300 |
| commit | 3cf8531b06ab5647bd86136a1aaab9561d44be32 (patch) | |
| tree | 3f2116cd26216993bed02ab8521a36fb9b227ee4 /.vscode/launch.json | |
| parent | 9aced72ee93a8e3a44efa8c5809c9a24f46827b3 (diff) | |
Fix downloading for partial content
Diffstat (limited to '.vscode/launch.json')
| -rw-r--r-- | .vscode/launch.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json index 412a615..f91d1ed 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -1,7 +1,7 @@ { "configurations": [ { - "type": "pwa-node", + "type": "node", "request": "launch", "name": "Node: build and run", "program": "${workspaceFolder}/build/server.js", |
