number3 complete

This commit is contained in:
Seth Samuel 2025-04-05 08:49:28 +00:00
parent a9b09b06ac
commit 047ecbd685
7 changed files with 413 additions and 0 deletions

View file

@ -0,0 +1,8 @@
// See https://containers.dev/implementors/json_reference/ for configuration reference
{
"name": "Untitled Node.js project",
"build": {
"dockerfile": "Dockerfile"
},
"remoteUser": "node"
}