puppeteer/.devcontainer/devcontainer.json
Alex Rudenko ac7da4f5a1
chore: create devcontainer.json (#9563)
let's configure the devcontainer feature so that contributors can start
a dev environment directly from GitHub.
2023-01-23 09:16:46 +00:00

11 lines
242 B
JSON

{
"image": "mcr.microsoft.com/devcontainers/universal:2",
"features": {
"ghcr.io/devcontainers/features/node:1": {},
"ghcr.io/devcontainers/features/docker-in-docker:1": {
"version": "latest",
"moby": true
}
}
}