Skip to content

Commit 8ef8d20

Browse files
committed
container config done
1 parent cf76180 commit 8ef8d20

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.devcontainer/devcontainer.json

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"image": "mcr.microsoft.com/devcontainers/universal:2",
3+
"features": {
4+
"ghcr.io/shyim/devcontainers-features/bun:0": {},
5+
"ghcr.io/devcontainers-extra/features/corepack:1": {},
6+
"ghcr.io/devcontainers-extra/features/node-asdf:0": {},
7+
"ghcr.io/roul/devcontainer-features/mise-node:1": {}
8+
}
9+
}

01_basics/test.js

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
console.log("tinku")

0 commit comments

Comments
 (0)