ci(gh): add .devcontainer for GitHub Codespaces

This commit is contained in:
Amruth Pillai
2022-03-24 09:16:54 +00:00
committed by GitHub
parent c95efee8ec
commit 786937f847
2 changed files with 28 additions and 0 deletions

5
.devcontainer/Dockerfile Normal file
View File

@ -0,0 +1,5 @@
ARG VARIANT="16-bullseye"
FROM mcr.microsoft.com/vscode/devcontainers/javascript-node:0-${VARIANT}
RUN curl -f https://get.pnpm.io/v6.16.js | node - add --global pnpm