full rewrite

This commit is contained in:
2025-07-23 18:15:03 +00:00
parent f49017985c
commit 95492aa528
15 changed files with 1234 additions and 140 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "Node Dev",
"image": "node:18",
"features": {
"ghcr.io/devcontainers/features/node:1": {
"version": "20"
}
},
"mounts": ["source=${localWorkspaceFolder},target=/workspace,type=bind"],
"workspaceFolder": "/workspace"
}