Skip to content

Commit 71c6393

Browse files
authored
Create devcontainer.json
1 parent b38841b commit 71c6393

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.devcontainer/devcontainer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"image": "node:18",
3+
"postAttachCommand": "npm i",
4+
"shutdownAction": "stopContainer"
5+
}

0 commit comments

Comments
 (0)