Skip to content

Commit 5f6b8bf

Browse files
authored
feat: Add codesandbox configurations for Node.js (#2318)
* feat: Add devcontainer configuration for Node.js * Create sandbox.config.json
1 parent b4371a2 commit 5f6b8bf

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"name": "Node.js",
3+
"image": "mcr.microsoft.com/devcontainers/javascript-node:24"
4+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"container": { "node": "24" }
3+
}

0 commit comments

Comments
 (0)