Skip to content

Commit

Permalink
Wire up JDO. Add S3 cache index.
Browse files Browse the repository at this point in the history
Remove dotenv too.
  • Loading branch information
williamparry committed Oct 7, 2023
1 parent 00f893b commit 7e40627
Show file tree
Hide file tree
Showing 6 changed files with 3,118 additions and 2,454 deletions.
16 changes: 16 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,22 @@
"outFiles": [
"${workspaceFolder}/dist/**/*.js"
]
},
{
"type": "node",
"request": "launch",
"name": "Rebuild S3 Index",
"skipFiles": [
"<node_internals>/**"
],
"preLaunchTask": "tsc: build - tsconfig.json",
"cwd": "${workspaceFolder}/dist",
"program": "${workspaceFolder}/src/main.ts",
"args": ["--rebuildS3Index"],
"envFile": "${workspaceFolder}/.env",
"outFiles": [
"${workspaceFolder}/dist/**/*.js"
]
}
]
}
Loading

0 comments on commit 7e40627

Please sign in to comment.