We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b38841b commit 71c6393Copy full SHA for 71c6393
.devcontainer/devcontainer.json
@@ -0,0 +1,5 @@
1
+{
2
+ "image": "node:18",
3
+ "postAttachCommand": "npm i",
4
+ "shutdownAction": "stopContainer"
5
+}
0 commit comments