diff options
| author | Pitu <[email protected]> | 2020-12-25 02:08:54 +0900 |
|---|---|---|
| committer | Pitu <[email protected]> | 2020-12-25 02:08:54 +0900 |
| commit | 09d8d02e6c11bb4aea9cd129bf195868bab0738f (patch) | |
| tree | f97c1b51d35c519b7788d38a4cbe3e2799d17c63 /.vscode/launch.json | |
| parent | Remove flexsearch (diff) | |
| download | host.fuwn.me-09d8d02e6c11bb4aea9cd129bf195868bab0738f.tar.xz host.fuwn.me-09d8d02e6c11bb4aea9cd129bf195868bab0738f.zip | |
Cleanup
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 41b434e..7ad5749 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -16,7 +16,7 @@ "request": "launch", "name": "[DEV] Launch ThumbGen", "skipFiles": ["<node_internals>/**"], - "program": "${workspaceFolder}\\src\\api\\generateThumbs" + "program": "${workspaceFolder}\\src\\api\\utils\\generateThumbs" }, { "type": "chrome", |