We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf76180 commit 8ef8d20Copy full SHA for 8ef8d20
.devcontainer/devcontainer.json
@@ -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
@@ -0,0 +1 @@
+console.log("tinku")
0 commit comments