Skip to content

Commit e8e07cf

Browse files
authored
Merge pull request #27 from ross-p-smith/ross/moreSettings
2 parents 9043e51 + 4039fa8 commit e8e07cf

File tree

4 files changed

+979
-444
lines changed

4 files changed

+979
-444
lines changed

.devcontainer/devcontainer.json

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
2+
// README at: https://github.com/devcontainers/templates/tree/main/src/typescript-node
3+
{
4+
"name": "VSCode File Downloader API",
5+
"image": "mcr.microsoft.com/devcontainers/typescript-node:1-20-bullseye",
6+
7+
"postCreateCommand": "npm install"
8+
}

0 commit comments

Comments
 (0)