diff options
| author | Sam Wilkins <samwilkins333@gmail.com> | 2020-01-23 19:23:13 -0500 |
|---|---|---|
| committer | Sam Wilkins <samwilkins333@gmail.com> | 2020-01-23 19:23:13 -0500 |
| commit | 219281533cffed08d2e0f73ee417cd18569a5419 (patch) | |
| tree | adb3778b173ff2bf810d6e1d853f17504e5a8d70 /.vscode/launch.json | |
| parent | 0142f4e14cc8e291ee5acbae3cc4b81c95c4634a (diff) | |
request image size now server-side and improved image upload routine
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 77e139dbd..829f8f492 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -52,7 +52,7 @@ "request": "attach", "name": "Typescript Server", "protocol": "inspector", - "port": 9230, + "port": 9229, "localRoot": "${workspaceFolder}", "remoteRoot": "${workspaceFolder}" }, |
