diff options
Diffstat (limited to '.devcontainer.json')
-rw-r--r-- | .devcontainer.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.devcontainer.json b/.devcontainer.json new file mode 100644 index 0000000..06cdde6 --- /dev/null +++ b/.devcontainer.json @@ -0,0 +1,3 @@ +{ + "postCreateCommand": "npm install -g @devcontainers/cli" +}
\ No newline at end of file |